Home
last modified time | relevance | path

Searched refs:LoadValueDirectWideFixed (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc130 LoadValueDirectWideFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, kWide)); in CallRuntimeHelperRegLocation()
152 LoadValueDirectWideFixed(arg1, r_tmp); in CallRuntimeHelperImmRegLocation()
241 LoadValueDirectWideFixed(arg0, arg0_reg); in CallRuntimeHelperRegLocationRegLocation()
247 LoadValueDirectWideFixed(arg1, arg1_reg); in CallRuntimeHelperRegLocationRegLocation()
263 LoadValueDirectWideFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg2, kWide)); in CallRuntimeHelperRegLocationRegLocation()
265 LoadValueDirectWideFixed(arg1, TargetReg(arg1.fp ? kFArg1 : kArg1, kWide)); in CallRuntimeHelperRegLocationRegLocation()
269 LoadValueDirectWideFixed(arg0, TargetReg(arg0.fp ? kFArg0 : kArg0, kWide)); in CallRuntimeHelperRegLocationRegLocation()
280 LoadValueDirectWideFixed(arg1, TargetReg((arg1.fp && arg0.fp) ? kFArg2 : kArg2, kWide)); in CallRuntimeHelperRegLocationRegLocation()
282 LoadValueDirectWideFixed(arg1, TargetReg(arg1.fp ? kFArg2 : kArg2, kWide)); in CallRuntimeHelperRegLocationRegLocation()
357 LoadValueDirectWideFixed(arg2, TargetReg(kArg2, kWide)); in CallRuntimeHelperImmRegLocationRegLocation()
[all …]
Dgen_loadstore.cc103 void Mir2Lir::LoadValueDirectWideFixed(RegLocation rl_src, RegStorage r_dest) { in LoadValueDirectWideFixed() function in art::Mir2Lir
345 LoadValueDirectWideFixed(mir_graph_->GetMethodLoc(), r_tgt); in LoadCurrMethodDirect()
Dgen_common.cc2039 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenArithOpLong()
2044 LoadValueDirectWideFixed(rl_src1, r_tmp1); in GenArithOpLong()
Dmir_to_lir.h1003 virtual void LoadValueDirectWideFixed(RegLocation rl_src, RegStorage r_dest);
/art/compiler/dex/quick/mips/
Dfp_mips.cc244 LoadValueDirectWideFixed(rl_src1, r_tmp1); in GenCmpFP()
245 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenCmpFP()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc95 LoadValueDirectWideFixed(rl_src1, rs_d0); in GenArithOpDouble()
96 LoadValueDirectWideFixed(rl_src2, rs_d1); in GenArithOpDouble()
/art/compiler/dex/quick/x86/
Dint_x86.cc59 LoadValueDirectWideFixed(rl_src1, r_tmp1); in GenCmpLong()
60 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenCmpLong()
418 LoadValueDirectWideFixed(rl_src1, r_tmp1); in GenFusedLongCmpBranch()
419 LoadValueDirectWideFixed(rl_src2, r_tmp2); in GenFusedLongCmpBranch()
1147 LoadValueDirectWideFixed(rl_src_expected, r_tmp1); in GenInlinedCas()
1148 LoadValueDirectWideFixed(rl_src_new_value, r_tmp2); in GenInlinedCas()
2347 LoadValueDirectWideFixed(rl_src1, rs_r0q); in GenDivRemLong()
2350 LoadValueDirectWideFixed(rl_src2, rs_r1q); in GenDivRemLong()
3383 LoadValueDirectWideFixed(rl_src1, r_tmp); in GenShiftOpLong()