Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcall_mips.cc444 cg->LoadConstantWide(cg->TargetPtrReg(kInvokeTgt), direct_code); in NextSDCallInsn()
453 cg->LoadConstantWide(cg->TargetReg(kArg0, kRef), direct_method); in NextSDCallInsn()
480 cg->LoadConstantWide(cg->TargetPtrReg(kInvokeTgt), direct_code); in NextSDCallInsn()
Dutility_mips.cc455 res = LoadConstantWide(r_scratch, value); in OpRegRegImm()
542 LIR* MipsMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::MipsMir2Lir
Dcodegen_mips.h89 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
/art/compiler/dex/quick/arm/
Dfp_arm.cc135 LoadConstantWide(r_tmp, constant); in GenMultiplyByConstantDouble()
182 LoadConstantWide(tmp2, 0x41f0000000000000LL); in GenConversion()
208 LoadConstantWide(const_val, INT64_C(0x41f0000000000000)); in GenConversion()
Dcodegen_arm.h76 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
Dutility_arm.cc697 LIR* ArmMir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::ArmMir2Lir
/art/compiler/dex/quick/x86/
Dfp_x86.cc299 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenConversion()
325 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenConversion()
691 LoadConstantWide(rl_result.reg, 0x7fffffffffffffff); in GenInlinedAbsDouble()
695 LoadConstantWide(sign_mask, 0x7fffffffffffffff); in GenInlinedAbsDouble()
759 LoadConstantWide(rl_result.reg, INT64_C(0x7ff8000000000000)); in GenInlinedMinMaxFP()
Dint_x86.cc467 LoadConstantWide(tmp, val); in GenFusedLongCmpImmBranch()
505 LoadConstantWide(tmp, val); in GenFusedLongCmpImmBranch()
1294 LoadConstantWide(r_value, value); in SwapBits64()
2158 LoadConstantWide(rl_result.reg, 0); in GenDivRemLongLit()
2168 LoadConstantWide(rs_temp, 0x8000000000000000); in GenDivRemLongLit()
2183 LoadConstantWide(rl_result.reg, 0); in GenDivRemLongLit()
2194 LoadConstantWide(rl_result.reg, std::abs(imm) - 1); in GenDivRemLongLit()
2240 LoadConstantWide(rs_r0q, magic); in GenDivRemLongLit()
2303 LoadConstantWide(rs_temp, imm); in GenDivRemLongLit()
2365 LoadConstantWide(rs_r6q, 0x8000000000000000); in GenDivRemLong()
Dcall_x86.cc366 cg->LoadConstantWide(target_reg, direct_method); in X86NextSDCallInsn()
Dutility_x86.cc567 LIR* X86Mir2Lir::LoadConstantWide(RegStorage r_dest, int64_t value) { in LoadConstantWide() function in art::X86Mir2Lir
621 res = LoadConstantWide(r_temp, value); in LoadConstantWide()
Dcodegen_x86.h97 LIR* LoadConstantWide(RegStorage r_dest, int64_t value);
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc485 cg->LoadConstantWide(cg->TargetPtrReg(kInvokeTgt), direct_code); in Arm64NextSDCallInsn()
492 cg->LoadConstantWide(cg->TargetReg(kArg0, kRef), direct_method); in Arm64NextSDCallInsn()
522 cg->LoadConstantWide(cg->TargetPtrReg(kInvokeTgt), direct_code); in Arm64NextSDCallInsn()
Dutility_arm64.cc402 return LoadConstantWide(r_dest, value); in LoadConstantNoClobber()
458 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()
1257 LoadConstantWide(r_scratch, displacement); in LoadBaseDispBody()
1347 LoadConstantWide(r_scratch, displacement); in StoreBaseDispBody()
Dfp_arm64.cc137 LoadConstantWide(r_tmp, constant); in GenMultiplyByConstantDouble()
Dcodegen_arm64.h72 LIR* LoadConstantWide(RegStorage r_dest, int64_t value) OVERRIDE;
Dint_arm64.cc503 LoadConstantWide(r_magic, magic_table[lit].magic64); in SmallLiteralDivRem64()
/art/compiler/dex/quick/
Dgen_loadstore.cc89 LoadConstantWide(r_dest, mir_graph_->ConstantValueWide(rl_src)); in LoadValueDirectWide()
Dmir_to_lir.cc603 LoadConstantWide(rl_result.reg, static_cast<int64_t>(vB) << 48); in CompileDalvikInstruction()
Dmir_to_lir.h1156 virtual LIR* LoadConstantWide(RegStorage r_dest, int64_t value) = 0;
Dgen_common.cc2155 LoadConstantWide(rl_result.reg, value); in GenConstWide()