Searched defs:Loadbu (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_riscv64.cc | 896 __ Loadbu(out.AsRegister<XRegister>(), rs1, offset); in Load() local 2836 __ Loadbu(out, obj, data_offset + const_index); in VisitArrayGet() local 2839 __ Loadbu(out, out, data_offset); in VisitArrayGet() local
|
H A D | intrinsics_riscv64.cc | 5094 __ Loadbu(temp, varhandle, native_byte_order_offset.Int32Value()); in EmitByteArrayViewCode() local 5638 __ Loadbu(tmp, source_ptr, 0); in VisitStringGetCharsNoCheck() local
|
/aosp_15_r20/art/compiler/utils/riscv64/ |
H A D | assembler_riscv64_test.cc | 9744 TEST_F(AssemblerRISCV64Test, Loadbu) { in TEST_F() argument
|
H A D | assembler_riscv64.cc | 6374 void Riscv64Assembler::Loadbu(XRegister rd, XRegister rs1, int32_t offset) { in Loadbu() function in art::riscv64::Riscv64Assembler
|