Searched refs:kOpBlx (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 171 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()
|
D | utility_arm.cc | 226 case kOpBlx: in OpReg()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 180 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()
|
D | utility_arm64.cc | 553 case kOpBlx: in OpReg()
|
/art/compiler/dex/ |
D | compiler_enums.h | 305 kOpBlx, enumerator
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 205 OpReg(kOpBlx, r_tgt); in GenCmpFP()
|
D | target_mips.cc | 502 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load() 524 return OpReg(kOpBlx, r_tgt); in GenAtomic64Store()
|
D | call_mips.cc | 257 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) in GenFillArrayData()
|
D | utility_mips.cc | 119 case kOpBlx: in OpReg()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 126 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/ |
D | gen_invoke.cc | 87 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()
|
D | gen_common.cc | 1145 OpReg(kOpBlx, r_tgt); // .ne case: helper(class, ref->class) in GenInstanceofCallingHelper()
|