Searched refs:kOpBlx (Results 1 – 13 of 13) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 186 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); in GenMonitorEnter() 217 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); in GenMonitorEnter() 276 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); in GenMonitorExit() 309 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); in GenMonitorExit() 331 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); in GenMonitorExit() 756 call_insn = OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenCallInsn()
|
D | utility_arm.cc | 273 case kOpBlx: in OpReg()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 196 LIR* call_inst = OpReg(kOpBlx, rs_xLR); in GenMonitorEnter() 259 LIR* call_inst = OpReg(kOpBlx, rs_xLR); in GenMonitorExit() 588 call_insn = OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenCallInsn()
|
D | utility_arm64.cc | 555 case kOpBlx: in OpReg()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 132 case kOpBlx: opcode = kX86CallR; break; in OpReg() 534 case kOpBlx: opcode = kX86CallT; break; in OpThreadMem() 547 case kOpBlx: opcode = kX86CallT; break; in OpThreadMem() 559 case kOpBlx: opcode = kX86CallM; break; in OpMem()
|
D | target_x86.cc | 1019 return mir_to_lir->InvokeTrampoline(kOpBlx, RegStorage::InvalidReg(), trampoline); in GenInvokeNoInlineCall() 1029 call_insn = OpMem(kOpBlx, TargetReg(kArg0, kRef), in GenCallInsn()
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 252 OpReg(kOpBlx, r_tgt); in GenCmpFP()
|
D | call_mips.cc | 519 return OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenCallInsn()
|
D | target_mips.cc | 800 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load() 837 return OpReg(kOpBlx, r_tgt); in GenAtomic64Store()
|
D | utility_mips.cc | 283 case kOpBlx: in OpReg()
|
/art/compiler/dex/ |
D | compiler_enums.h | 422 kOpBlx, enumerator
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 91 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline); in CallHelper() 1368 OpReg(kOpBlx, r_tgt); in GenInlinedIndexOf()
|
D | gen_common.cc | 1290 OpReg(kOpBlx, r_tgt); // .ne case: helper(class, ref->class) in GenInstanceofCallingHelper()
|