Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_riscv64.cc817 __ Loadhu(temp, temp, disable_intrinsic_offset.Int32Value()); in VisitReferenceGetReferent() local
1759 __ Loadhu(temp, temp, primitive_offset); in VisitSystemArrayCopy() local
3574 __ Loadhu(temp2, temp, primitive_type_offset.Int32Value()); in GenerateVarHandleAccessModeAndVarTypeChecks() local
3716 __ Loadhu(temp, temp2, primitive_type_offset.Int32Value()); in GenerateVarHandleArrayChecks() local
5640 __ Loadhu(tmp, source_ptr, 0); in VisitStringGetCharsNoCheck() local
5848 __ Loadhu(temp, method, ArtMethod::MethodIndexOffset().Int32Value()); in VisitMethodHandleInvokeExact() local
Dcode_generator_riscv64.cc893 __ Loadhu(out.AsRegister<XRegister>(), rs1, offset); in Load() local
3352 __ Loadhu(temp, temp, primitive_offset); in VisitCheckCast() local
3819 __ Loadhu(counter, temp, 0); in VisitIf() local
4005 __ Loadhu(out, out, primitive_offset); in VisitInstanceOf() local
6004 __ Loadhu(counter, method, ArtMethod::HotnessCountOffset().Int32Value()); in MaybeIncrementHotness() local
/art/compiler/utils/riscv64/
Dassembler_riscv64_test.cc9749 TEST_F(AssemblerRISCV64Test, Loadhu) { in TEST_F() argument
Dassembler_riscv64.cc6378 void Riscv64Assembler::Loadhu(XRegister rd, XRegister rs1, int32_t offset) { in Loadhu() function in art::riscv64::Riscv64Assembler