Home
last modified time | relevance | path

Searched defs:Loadhu (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc785 __ Loadhu(temp, temp, disable_intrinsic_offset.Int32Value()); in VisitReferenceGetReferent() local
1727 __ Loadhu(temp, temp, primitive_offset); in VisitSystemArrayCopy() local
3542 __ Loadhu(temp2, temp, primitive_type_offset.Int32Value()); in GenerateVarHandleAccessModeAndVarTypeChecks() local
3684 __ Loadhu(temp, temp2, primitive_type_offset.Int32Value()); in GenerateVarHandleArrayChecks() local
5608 __ Loadhu(tmp, source_ptr, 0); in VisitStringGetCharsNoCheck() local
H A Dcode_generator_riscv64.cc902 __ Loadhu(out.AsRegister<XRegister>(), rs1, offset); in Load() local
3361 __ Loadhu(temp, temp, primitive_offset); in VisitCheckCast() local
3828 __ Loadhu(counter, temp, 0); in VisitIf() local
4014 __ Loadhu(out, out, primitive_offset); in VisitInstanceOf() local
6018 __ Loadhu(counter, method, ArtMethod::HotnessCountOffset().Int32Value()); in MaybeIncrementHotness() local
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64_test.cc9749 TEST_F(AssemblerRISCV64Test, Loadhu) { in TEST_F() argument
H A Dassembler_riscv64.cc6378 void Riscv64Assembler::Loadhu(XRegister rd, XRegister rs1, int32_t offset) { in Loadhu() function in art::riscv64::Riscv64Assembler