Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_mips64.cc439 __ LoadConst64(AT, 0x5555555555555555L); in GenBitCount() local
442 __ LoadConst64(AT, 0x3333333333333333L); in GenBitCount() local
449 __ LoadConst64(AT, 0x0F0F0F0F0F0F0F0FL); in GenBitCount() local
451 __ LoadConst64(TMP, 0x0101010101010101L); in GenBitCount() local
936 __ LoadConst64(AT, bit_cast<int64_t, double>(0.5)); in GenRound()
1692 __ LoadConst64(out, 1); in VisitStringEquals() local
1756 __ LoadConst64(out, 1); in VisitStringEquals() local
1761 __ LoadConst64(out, 0); in VisitStringEquals() local
2260 __ LoadConst64(AT, INT64_C(0x8000000000000000)); in GenHighestOneBit() local
2555 __ LoadConst64(out, address); in VisitIntegerValueOf() local
[all …]
Dcode_generator_mips64.cc1315 __ LoadConst64(gpr, value); in MoveLocation() local
1416 __ LoadConst64(gpr, value); in MoveLocation() local
2971 __ LoadConst64(rhs, value); in VisitCompare() local
3259 __ LoadConst64(TMP, magic); in GenerateDivRemWithAnyConstant() local
3280 __ LoadConst64(TMP, imm); in GenerateDivRemWithAnyConstant() local
3517 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3536 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3560 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3582 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3612 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
[all …]
Dcode_generator_mips.cc1582 __ LoadConst64(r_h, r_l, value); in MoveConstant() local
6322 __ LoadConst64(locations->GetTemp(2).AsRegister<Register>(), in HandleFieldSet() local
/art/compiler/utils/mips64/
Dassembler_mips64.h804 void LoadConst64(GpuRegister rd, int64_t value); // MIPS64
969 LoadConst64(reg, value);
Dassembler_mips64_test.cc2684 void LoadConst64(mips64::GpuRegister rd, int64_t c) { in LoadConst64() function
2706 TEST_F(AssemblerMIPS64Test, LoadConst64) { in TEST_F() argument
2732 tester.LoadConst64(mips64::V0, u.v64); in TEST_F()
Dassembler_mips64.cc1917 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
1941 LoadConst64(rtmp, value); in Daddiu64()
/art/compiler/utils/mips/
Dassembler_mips.h620 void LoadConst64(Register reg_hi, Register reg_lo, int64_t value);
Dassembler_mips.cc2932 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64() function in art::mips::MipsAssembler