Searched defs:LoadConst64 (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/optimizing/ |
| D | code_generator_mips64.cc | 696 __ 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 …]
|
| D | intrinsics_mips64.cc | 769 __ 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
|
| D | code_generator_mips.cc | 929 __ LoadConst64(r_h, r_l, value); in MoveConstant() local
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 1049 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 1373 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64() function in art::mips::MipsAssembler
|