Home
last modified time | relevance | path

Searched refs:r_tmp2 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
Dfp_mips.cc236 RegStorage r_tmp2; in GenCmpFP() local
239 r_tmp2 = RegStorage(RegStorage::k64BitSolo, rFARG1); in GenCmpFP()
242 r_tmp2 = GetWideArgFP(fpuIs32Bit_, 2); in GenCmpFP()
245 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenCmpFP()
/art/compiler/dex/quick/x86/
Dint_x86.cc58 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenCmpLong() local
60 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenCmpLong()
417 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenFusedLongCmpBranch() local
419 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenFusedLongCmpBranch()
1146 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_rBX, rs_rCX); in GenInlinedCas() local
1148 LoadValueDirectWideFixed(rl_src_new_value, r_tmp2); in GenInlinedCas()
/art/compiler/dex/quick/
Dgen_common.cc2038 RegStorage r_tmp2 = TargetReg(kArg2, kWide); in GenArithOpLong() local
2039 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenArithOpLong()
2042 GenDivZeroCheckWide(r_tmp2); in GenArithOpLong()