Home
last modified time | relevance | path

Searched defs:rl_src2 (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/x86/
Dfp_x86.cc27 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpFloat()
78 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpDouble()
361 void X86Mir2Lir::GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_do… in GenRemFP()
468 RegLocation rl_src1, RegLocation rl_src2) { in GenCmpFP()
518 RegLocation rl_src2; in GenFusedFPCmpBranch() local
739 RegLocation rl_src2 = LoadValueWide(info->args[2], kFPReg); in GenInlinedMinMaxFP() local
778 RegLocation rl_src2 = LoadValue(info->args[1], kFPReg); in GenInlinedMinMaxFP() local
Dint_x86.cc38 RegLocation rl_src2) { in GenCmpLong()
391 RegLocation rl_src2 = mir_graph_->GetSrcWide(mir, 2); in GenFusedLongCmpBranch() local
777 RegLocation rl_src2, bool is_div, int flags) { in GenDivRem()
868 RegLocation rl_src2 = info->args[2]; in GenInlinedMinMax() local
994 RegLocation rl_src2 = (is_long) ? info->args[2] : info->args[1]; in GenInlinedMinMax() local
1661 RegLocation rl_src2, int flags) { in GenArithOpLong()
1813 RegLocation rl_src2, int flags) { in GenMulLong()
2050 RegLocation rl_src2, Instruction::Code op, in GenLongArith()
2329 RegLocation rl_src2, bool is_div, int flags) { in GenDivRemLong()
2661 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenArithImmOpLong()
[all …]
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc27 RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpFloat()
69 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpDouble()
233 RegLocation rl_src2; in GenFusedFPCmpBranch() local
280 RegLocation rl_src1, RegLocation rl_src2) { in GenCmpFP()
472 RegLocation rl_src2 = (is_double) ? info->args[2] : info->args[1]; in GenInlinedMinMaxFP() local
Dint_arm64.cc58 RegLocation rl_src2) { in GenCmpLong()
225 RegLocation rl_src2 = mir_graph_->GetSrcWide(mir, 2); in GenFusedLongCmpBranch() local
630 RegLocation rl_src2, bool is_div, int flags) { in GenDivRem()
696 RegLocation rl_src2 = (is_long) ? info->args[2] : info->args[1]; in GenInlinedMinMax() local
978 void Arm64Mir2Lir::GenMaddMsubInt(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenMaddMsubInt()
989 void Arm64Mir2Lir::GenMaddMsubLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenMaddMsubLong()
1086 RegLocation rl_src1, RegLocation rl_src2, bool is_div, int flags) { in GenDivRemLong()
1106 RegLocation rl_src2) { in GenLongOp()
1135 RegLocation rl_src1, RegLocation rl_src2, int flags) { in GenArithOpLong()
1376 RegLocation rl_src1, RegLocation rl_src2, int flags) { in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dfp_mips.cc27 RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpFloat()
73 RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpDouble()
209 RegLocation rl_src2) { in GenCmpFP()
Dint_mips.cc53 void MipsMir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenCmpLong()
330 RegLocation MipsMir2Lir::GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenDivRem()
489 void MipsMir2Lir::GenAddLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenAddLong()
511 void MipsMir2Lir::GenSubLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenSubLong()
533 RegLocation rl_src2, int flags) { in GenArithOpLong()
601 RegLocation rl_src2) { in GenLongOp()
616 void MipsMir2Lir::GenMulLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenMulLong()
625 RegLocation rl_src2, bool is_div, int flags) { in GenDivRemLong()
897 RegLocation rl_src1, RegLocation rl_src2, int flags) { in GenArithImmOpLong()
/art/compiler/dex/quick/arm/
Dfp_arm.cc27 RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpFloat()
73 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenArithOpDouble()
249 RegLocation rl_src2; in GenFusedFPCmpBranch() local
297 RegLocation rl_src1, RegLocation rl_src2) { in GenCmpFP()
Dint_arm.cc133 void ArmMir2Lir::GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) { in GenCmpLong()
320 RegLocation rl_src2 = mir_graph_->GetSrcWide(mir, 2); in GenFusedLongCmpBranch() local
716 RegLocation rl_src2, bool is_div, int flags) { in GenDivRem()
771 RegLocation rl_src2 = info->args[1]; in GenInlinedMinMax() local
1135 void ArmMir2Lir::GenMaddMsubInt(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenMaddMsubInt()
1245 RegLocation rl_src1, RegLocation rl_src2) { in GenMulLong()
1354 RegLocation rl_src2, int flags) { in GenArithOpLong()
1625 RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, in GenArithImmOpLong()
/art/compiler/dex/quick/
Dgen_common.cc350 RegLocation rl_src2, LIR* taken) { in GenCompareAndBranch()
1445 RegLocation rl_src1, RegLocation rl_src2) { in GenLong3Addr()
1517 RegLocation rl_src1, RegLocation rl_src2, int flags) { in GenArithOpInt()
1776 RegLocation rl_src2) { in HandleEasyFloatingPointDiv()
1956 RegLocation rl_src1, RegLocation rl_src2, int flags) { in GenArithOpLong()