Searched refs:LoadConst64 (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.cc | 386 __ LoadConst64(m_dest.AsRiscv64().AsXRegister(), dchecked_integral_cast<int64_t>(value)); in Move() local 611 __ LoadConst64(tmp, remainder); in TestByteAndJumpIfNotZero() local
|
D | assembler_riscv64.h | 1797 void LoadConst64(XRegister rd, int64_t value);
|
D | assembler_riscv64_test.cc | 8501 [&](XRegister rd, int64_t value) { __ LoadConst64(rd, value); }); in TEST_F() local
|
D | assembler_riscv64.cc | 6376 void Riscv64Assembler::LoadConst64(XRegister rd, int64_t value) { in LoadConst64() function in art::riscv64::Riscv64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_riscv64.cc | 1518 __ LoadConst64(tmp, imm); in GenerateDivRemWithAnyConstant() local 2633 __ LoadConst64(tmp, base_hook_address); in GenerateMethodEntryExitHook() local 3797 __ LoadConst64(temp, address); in VisitIf() local 5915 __ LoadConst64(tmp, base_address); in MaybeIncrementHotness() local 6170 __ LoadConst64(gpr, value); in MoveLocation() local 6251 __ LoadConst64(gpr, value); in MoveLocation() local 6833 __ LoadConst64(temp.AsRegister<XRegister>(), in LoadMethod() local 6943 __ LoadConst64(ic_reg, address); in MaybeGenerateInlineCacheCheck() local
|
D | intrinsics_riscv64.cc | 4955 __ LoadConst64(tmp, 0x4330000000000000L); in GenDoubleRound() local 5013 __ LoadConst64(out, 0x3fe0000000000000L); in GenMathRound() local
|