Home
last modified time | relevance | path

Searched defs:LoadConst64 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc452 __ LoadConst64(AT, 0x5555555555555555L); in GenBitCount() local
455 __ LoadConst64(AT, 0x3333333333333333L); in GenBitCount() local
462 __ LoadConst64(AT, 0x0F0F0F0F0F0F0F0FL); in GenBitCount() local
464 __ LoadConst64(TMP, 0x0101010101010101L); in GenBitCount() local
1414 __ LoadConst64(out, 1); in VisitStringEquals() local
1486 __ LoadConst64(out, 1); in VisitStringEquals() local
1491 __ LoadConst64(out, 0); in VisitStringEquals() local
1985 __ LoadConst64(AT, INT64_C(0x8000000000000000)); in GenHighestOneBit() local
Dcode_generator_mips64.cc1265 __ LoadConst64(gpr, value); in MoveLocation() local
1367 __ LoadConst64(gpr, value); in MoveLocation() local
3243 __ LoadConst64(rhs, value); in VisitCompare() local
3516 __ LoadConst64(TMP, magic); in GenerateDivRemWithAnyConstant() local
3537 __ LoadConst64(TMP, imm); in GenerateDivRemWithAnyConstant() local
3783 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3802 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3826 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3848 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
3878 __ LoadConst64(rhs_reg, rhs_imm); in GenerateIntLongCompare() local
[all …]
Dcode_generator_mips.cc1541 __ LoadConst64(r_h, r_l, value); in MoveConstant() local
6845 __ LoadConst64(locations->GetTemp(2).AsRegister<Register>(), in HandleFieldSet() local
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc2633 void LoadConst64(mips64::GpuRegister rd, int64_t c) { in LoadConst64() function
2655 TEST_F(AssemblerMIPS64Test, LoadConst64) { in TEST_F() argument
Dassembler_mips64.cc2321 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc2841 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64() function in art::mips::MipsAssembler