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 430 __ LoadConst32(calling_convention.GetRegisterAt(0), type_index.index_); in EmitNativeCode() local 482 __ LoadConst32(calling_convention.GetRegisterAt(0), in EmitNativeCode() local 762 __ LoadConst32(calling_convention.GetRegisterAt(0), string_index.index_); in EmitNativeCode() local 3958 __ LoadConst32(out, 1); in VisitInstanceOf() local 3979 __ LoadConst32(out, 1); in VisitInstanceOf() local 3997 __ LoadConst32(out, 1); in VisitInstanceOf() local 4021 __ LoadConst32(out, 1); in VisitInstanceOf() local 4063 __ LoadConst32(out, 1); in VisitInstanceOf() local 4579 __ LoadConst32(calling_convention.GetRegisterAt(0), instruction->GetStringIndex().index_); in VisitLoadString() local [all …]
|
| D | intrinsics_riscv64.cc | 5457 __ LoadConst32(out, 0x3f000000); in GenMathRound() local
|
| /art/compiler/utils/riscv64/ |
| D | assembler_riscv64_test.cc | 8670 TEST_F(AssemblerRISCV64Test, LoadConst32) { in TEST_F() argument
|
| D | assembler_riscv64.cc | 6418 void Riscv64Assembler::LoadConst32(XRegister rd, int32_t value) { in LoadConst32() function in art::riscv64::Riscv64Assembler
|