Searched defs:LoadConst64 (Results 1 – 6 of 6) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips64.cc | 452 __ 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
|
| D | code_generator_mips64.cc | 1265 __ 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 …]
|
| D | code_generator_mips.cc | 1541 __ LoadConst64(r_h, r_l, value); in MoveConstant() local 6845 __ LoadConst64(locations->GetTemp(2).AsRegister<Register>(), in HandleFieldSet() local
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64_test.cc | 2633 void LoadConst64(mips64::GpuRegister rd, int64_t c) { in LoadConst64() function 2655 TEST_F(AssemblerMIPS64Test, LoadConst64) { in TEST_F() argument
|
| D | assembler_mips64.cc | 2321 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 2841 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64() function in art::mips::MipsAssembler
|