Home
last modified time | relevance | path

Searched refs:kOpBlx (Results 1 – 13 of 13) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc186 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()
Dutility_arm.cc273 case kOpBlx: in OpReg()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc196 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()
Dutility_arm64.cc555 case kOpBlx: in OpReg()
/art/compiler/dex/quick/x86/
Dutility_x86.cc132 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()
Dtarget_x86.cc1019 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/
Dfp_mips.cc252 OpReg(kOpBlx, r_tgt); in GenCmpFP()
Dcall_mips.cc519 return OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenCallInsn()
Dtarget_mips.cc800 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load()
837 return OpReg(kOpBlx, r_tgt); in GenAtomic64Store()
Dutility_mips.cc283 case kOpBlx: in OpReg()
/art/compiler/dex/
Dcompiler_enums.h422 kOpBlx, enumerator
/art/compiler/dex/quick/
Dgen_invoke.cc91 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline); in CallHelper()
1368 OpReg(kOpBlx, r_tgt); in GenInlinedIndexOf()
Dgen_common.cc1290 OpReg(kOpBlx, r_tgt); // .ne case: helper(class, ref->class) in GenInstanceofCallingHelper()