Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc696 __ LoadConst64(gpr, value); in MoveLocation() local
775 __ LoadConst64(gpr, value); in MoveLocation() local
1716 __ LoadConst64(rhs, value); in VisitCompare() local
2025 __ LoadConst64(TMP, magic); in GenerateDivRemWithAnyConstant() local
2046 __ LoadConst64(TMP, imm); in GenerateDivRemWithAnyConstant() local
2269 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
2287 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
2311 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
2333 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
2363 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
[all …]
Dintrinsics_mips64.cc769 __ LoadConst64(TMP, kPrimLongMax); in GenRoundingMode() local
1412 __ LoadConst64(out, 1); in VisitStringEquals() local
1460 __ LoadConst64(out, 1); in VisitStringEquals() local
1465 __ LoadConst64(out, 0); in VisitStringEquals() local
Dcode_generator_mips.cc929 __ LoadConst64(r_h, r_l, value); in MoveConstant() local
/art/compiler/utils/mips64/
Dassembler_mips64.h325 void LoadConst64(GpuRegister rd, int64_t value); // MIPS64
Dassembler_mips64.cc1049 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
1165 LoadConst64(rtmp, value); in Daddiu64()
/art/compiler/utils/mips/
Dassembler_mips.h357 void LoadConst64(Register reg_hi, Register reg_lo, int64_t value);
Dassembler_mips.cc1373 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64() function in art::mips::MipsAssembler