/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 121 OpReg(kOpBx, rs_rRA); in GenLargeSparseSwitch() 206 OpReg(kOpBx, rs_rRA); in GenLargePackedSwitch() 257 LIR* call_inst = OpReg(kOpBlx, r_tgt); // ( array*, fill_data* ) in GenFillArrayData() 368 OpReg(kOpBx, rs_rRA); in GenExitSequence() 372 OpReg(kOpBx, rs_rRA); in GenSpecialExitSequence()
|
D | fp_mips.cc | 205 OpReg(kOpBlx, r_tgt); in GenCmpFP()
|
D | target_mips.cc | 503 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load() 525 return OpReg(kOpBlx, r_tgt); in GenAtomic64Store()
|
D | utility_mips.cc | 116 LIR* MipsMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { in OpReg() function in art::MipsMir2Lir 694 return OpReg(op, r_tgt); in InvokeTrampoline()
|
D | codegen_mips.h | 146 LIR* OpReg(OpKind op, RegStorage r_dest_src);
|
/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 | codegen_arm.h | 149 LIR* OpReg(OpKind op, RegStorage r_dest_src);
|
D | utility_arm.cc | 223 LIR* ArmMir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { in OpReg() function in art::ArmMir2Lir 1167 return OpReg(op, r_tgt); in InvokeTrampoline()
|
/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 | 550 LIR* Arm64Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { in OpReg() function in art::Arm64Mir2Lir 1403 return OpReg(op, r_tgt); in InvokeTrampoline()
|
D | codegen_arm64.h | 214 LIR* OpReg(OpKind op, RegStorage r_dest_src) OVERRIDE;
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 120 LIR* X86Mir2Lir::OpReg(OpKind op, RegStorage r_dest_src) { in OpReg() function in art::X86Mir2Lir 203 return OpReg(kOpNot, r_dest_src1); in OpRegReg() 206 return OpReg(kOpNeg, r_dest_src1); in OpRegReg() 209 return OpReg(kOpRev, r_dest_src1); in OpRegReg() 212 OpReg(kOpRev, r_dest_src1); in OpRegReg() 471 OpReg(kOpNeg, r_dest); in OpRegRegReg()
|
D | int_x86.cc | 63 OpReg(kOpNeg, rs_r2); // r2 = -r2 in GenCmpLong() 645 OpReg(kOpNeg, rl_result.reg); in GenDivRemLit() 1768 OpReg(kOpNot, rl_result.reg); in GenNotLong() 1803 OpReg(kOpNeg, rl_result.reg); in GenDivRemLongLit() 1829 OpReg(kOpNeg, rl_result.reg); in GenDivRemLongLit()
|
D | codegen_x86.h | 273 LIR* OpReg(OpKind op, RegStorage r_dest_src) OVERRIDE;
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1519 OpReg(kOpBlx, r_tgt); in GenInlinedIndexOf() 1798 call_inst = OpReg(kOpBlx, TargetPtrReg(kInvokeTgt)); in GenInvokeNoInline()
|
D | mir_to_lir.h | 1397 virtual LIR* OpReg(OpKind op, RegStorage r_dest_src) = 0;
|
D | gen_common.cc | 1178 OpReg(kOpBlx, r_tgt); // .ne case: helper(class, ref->class) in GenInstanceofCallingHelper()
|