Home
last modified time | relevance | path

Searched refs:LoadConstantWide (Results 1 – 16 of 16) sorted by relevance

/art/compiler/dex/quick/x86/
Dfp_x86.cc282 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenConversion()
307 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenConversion()
668 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenInlinedAbsDouble()
672 LoadConstantWide(sign_mask, 0x7fffffffffffffff); in GenInlinedAbsDouble()
732 LoadConstantWide(rl_result.reg, INT64_C(0x7ff8000000000000)); in GenInlinedMinMaxFP()
Dint_x86.cc463 LoadConstantWide(tmp, val); in GenFusedLongCmpImmBranch()
501 LoadConstantWide(tmp, val); in GenFusedLongCmpImmBranch()
1786 LoadConstantWide(rl_result.reg, 0); in GenDivRemLongLit()
1796 LoadConstantWide(rs_temp, 0x8000000000000000); in GenDivRemLongLit()
1811 LoadConstantWide(rl_result.reg, 0); in GenDivRemLongLit()
1822 LoadConstantWide(rl_result.reg, std::abs(imm) - 1); in GenDivRemLongLit()
1879 LoadConstantWide(rs_r2q, magic); in GenDivRemLongLit()
1919 LoadConstantWide(rs_temp, imm); in GenDivRemLongLit()
1981 LoadConstantWide(rs_r6q, 0x8000000000000000); in GenDivRemLong()
Dutility_x86.cc560 LIR* X86Mir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::X86Mir2Lir
612 res = LoadConstantWide(r_temp, value); in LoadConstantWide()
Dcodegen_x86.h77 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc400 return LoadConstantWide(r_dest, value); in LoadConstantNoClobber()
456 LIR* Arm64Mir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::Arm64Mir2Lir
922 LoadConstantWide(r_scratch, value); in OpRegRegImm64()
970 res = LoadConstantWide(r_tmp, value); in OpRegImm64()
1261 LoadConstantWide(r_scratch, displacement); in LoadBaseDispBody()
1352 LoadConstantWide(r_scratch, displacement); in StoreBaseDispBody()
Dcodegen_arm64.h84 LIR* LoadConstantWide(RegStorage r_dest, int64_t value) OVERRIDE;
Dint_arm64.cc488 LoadConstantWide(r_magic, magic_table[lit].magic64); in SmallLiteralDivRem64()
/art/compiler/dex/quick/arm/
Dfp_arm.cc153 LoadConstantWide(tmp2, 0x41f0000000000000LL); in GenConversion()
178 LoadConstantWide(const_val, INT64_C(0x41f0000000000000)); in GenConversion()
Dcodegen_arm.h40 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
Dutility_arm.cc641 LIR* ArmMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::ArmMir2Lir
/art/compiler/dex/quick/mips/
Dcodegen_mips.h40 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
Dutility_mips.cc344 LIR* MipsMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::MipsMir2Lir
/art/compiler/dex/quick/
Dgen_loadstore.cc124 LoadConstantWide(r_dest, mir_graph_->ConstantValueWide(rl_src)); in LoadValueDirectWide()
Dmir_to_lir.cc526 LoadConstantWide(rl_result.reg, static_cast<int64_t>(vB) << 48); in CompileDalvikInstruction()
Dmir_to_lir.h1154 virtual LIR* LoadConstantWide(RegStorage r_dest, int64_t value) = 0;
Dgen_common.cc2040 LoadConstantWide(rl_result.reg, value); in GenConstWide()