Searched defs:LoadConst32 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_riscv64.cc | 280 __ LoadConst32(counter, ProfilingInfo::GetOptimizeThreshold()); in EmitNativeCode() local 432 __ LoadConst32(calling_convention.GetRegisterAt(0), type_index.index_); in EmitNativeCode() local 485 __ LoadConst32(calling_convention.GetRegisterAt(0), in EmitNativeCode() local 770 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index.index_); in EmitNativeCode() local 3940 __ LoadConst32(out, 1); in VisitInstanceOf() local 3961 __ LoadConst32(out, 1); in VisitInstanceOf() local 3979 __ LoadConst32(out, 1); in VisitInstanceOf() local 4003 __ LoadConst32(out, 1); in VisitInstanceOf() local 4045 __ LoadConst32(out, 1); in VisitInstanceOf() local 4561 __ LoadConst32(calling_convention.GetRegisterAt(0), instruction->GetStringIndex().index_); in VisitLoadString() local [all …]
|
D | intrinsics_riscv64.cc | 5021 __ LoadConst32(out, 0x3f000000); in GenMathRound() local
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64_test.cc | 8486 TEST_F(AssemblerRISCV64Test, LoadConst32) { in TEST_F() argument
|
D | assembler_riscv64.cc | 6371 void Riscv64Assembler::LoadConst32(XRegister rd, int32_t value) { in LoadConst32() function in art::riscv64::Riscv64Assembler
|