Home
last modified time | relevance | path

Searched refs:kOpBx (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
Dcall_mips.cc121 OpReg(kOpBx, rs_rRA); in GenLargeSparseSwitch()
206 OpReg(kOpBx, rs_rRA); in GenLargePackedSwitch()
368 OpReg(kOpBx, rs_rRA); in GenExitSequence()
372 OpReg(kOpBx, rs_rRA); in GenSpecialExitSequence()
Dutility_mips.cc122 case kOpBx: in OpReg()
/art/compiler/dex/
Dcompiler_enums.h313 kOpBx, enumerator
/art/compiler/dex/quick/x86/
Dutility_x86.cc528 case kOpBx: opcode = kX86JmpT; break; in OpThreadMem()
541 case kOpBx: opcode = kX86JmpT; break; in OpThreadMem()
/art/compiler/dex/quick/arm/
Dutility_arm.cc229 case kOpBx: in OpReg()
/art/compiler/dex/quick/
Dgen_invoke.cc87 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline); in CallHelper()