Home
last modified time | relevance | path

Searched defs:Strh (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/vixl/benchmarks/aarch64/
H A Dbench-utils.cc260 __ Strh(PickW(), MemOperand(scratch, 42, PostIndex)); in GenerateMemOperandSequence() local
/aosp_15_r20/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc267 ___ Strh(reg, MemOperand(base, offset)); in StoreToOffset() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm64.cc723 __ Strh(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeShortNative() local
2876 __ Strh(tmp1, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local
2911 __ Strh(tmp1, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local
3184 __ Strh(tmp, MemOperand(dst_curr_addr, char_size, PostIndex)); in VisitSystemArrayCopyChar() local
3199 __ Strh(tmp, MemOperand(dst_curr_addr, offset)); in VisitSystemArrayCopyChar() local
H A Dcode_generator_arm64.cc940 __ Strh(counter, in EmitNativeCode() local
1404 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local
1424 __ Strh(counter, MemOperand(lr, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local
2042 __ Strh(Register(src), dst); in Store() local
4072 __ Strh(counter, MemOperand(temp, condition, LSL, 1)); in VisitIf() local
H A Dintrinsics_arm_vixl.cc514 __ Strh(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeShortNative() local
2211 __ Strh(temp, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local
2226 __ Strh(temp, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local
2960 __ Strh(RegisterFrom(value), address); in GenerateIntrinsicSetStore() local
H A Dcode_generator_arm_vixl.cc989 __ Strh(tmp, in EmitNativeCode() local
2299 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local
2323 __ Strh(tmp, MemOperand(lr, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local
3054 __ Strh(counter, MemOperand(temp, condition, LSL, 1)); in VisitIf() local
6599 __ Strh(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local
/aosp_15_r20/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc148 ___ Strh(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc2882 __ Strh(w4, MemOperand(x18, 33)); in TEST() local
2980 __ Strh(w4, MemOperand(x26, 41, PreIndex)); in TEST() local
3038 __ Strh(w4, MemOperand(x26, -41, PostIndex)); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp1930 constexpr const char *Strh = "strh"; in str() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h4558 void Strh(Condition cond, Register rt, const MemOperand& operand) { in Strh() function
4578 void Strh(Register rt, const MemOperand& operand) { Strh(al, rt, operand); } in Strh() function