Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dcall_arm.cc171 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); in GenFillArrayData()
214 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); in GenMonitorEnter()
238 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); in GenMonitorEnter()
283 LIR* call_inst = OpReg(kOpBlx, rs_rARM_LR); in GenMonitorExit()
307 LIR* call_inst = OpReg(kOpBlx/*ne*/, rs_rARM_LR); in GenMonitorExit()
Dutility_arm.cc226 case kOpBlx: in OpReg()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc180 LIR* call_inst = OpReg(kOpBlx, rs_xLR); in GenFillArrayData()
224 LIR* call_inst = OpReg(kOpBlx, rs_xLR); in GenMonitorEnter()
272 LIR* call_inst = OpReg(kOpBlx, rs_xLR); in GenMonitorExit()
Dutility_arm64.cc553 case kOpBlx: in OpReg()
/art/compiler/dex/
Dcompiler_enums.h305 kOpBlx, enumerator
/art/compiler/dex/quick/mips/
Dfp_mips.cc205 OpReg(kOpBlx, r_tgt); in GenCmpFP()
Dtarget_mips.cc502 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load()
524 return OpReg(kOpBlx, r_tgt); in GenAtomic64Store()
Dcall_mips.cc257 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) in GenFillArrayData()
Dutility_mips.cc119 case kOpBlx: in OpReg()
/art/compiler/dex/quick/x86/
Dutility_x86.cc126 case kOpBlx: opcode = kX86CallR; break; in OpReg()
527 case kOpBlx: opcode = kX86CallT; break; in OpThreadMem()
540 case kOpBlx: opcode = kX86CallT; break; in OpThreadMem()
552 case kOpBlx: opcode = kX86CallM; break; in OpMem()
/art/compiler/dex/quick/
Dgen_invoke.cc87 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline); in CallHelper()
1518 OpReg(kOpBlx, r_tgt); in GenInlinedIndexOf()
1738 return mir_to_lir->InvokeTrampoline(kOpBlx, RegStorage::InvalidReg(), trampoline); in GenInvokeNoInlineCall()
1797 call_inst = OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenInvokeNoInline()
1805 call_inst = OpMem(kOpBlx, TargetReg(kArg0, kRef), in GenInvokeNoInline()
Dgen_common.cc1145 OpReg(kOpBlx, r_tgt); // .ne case: helper(class, ref->class) in GenInstanceofCallingHelper()