Home
last modified time | relevance | path

Searched defs:Jcc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h172 void Jcc(Condition cc, uintptr_t target) { in Jcc() function
187 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
Dx86_64.h162 void Jcc(Condition cc, uintptr_t target) { in Jcc() function
183 void Jcc(Condition cc, const void* target) { Jcc(cc, bit_cast<uintptr_t>(target)); } in Jcc() function
Dx86_32_and_x86_64.h862 inline void Assembler<DerivedAssemblerType>::Jcc(Condition cc, const Label& label) { in Jcc() function