Home
last modified time | relevance | path

Searched defs:Str (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc148 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local
157 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local
161 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local
165 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local
211 ___ Str(scratch, MEM_OP(reg_x(SP), offs.Int32Value())); in StoreImmediateToFrame() local
218 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackOffsetToThread() local
225 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() local
647 ___ Str(scratch, MEM_OP(sp, fr_offs.Int32Value())); in CopyRawPtrFromThread() local
663 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in CopyRef() local
676 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in CopyRef() local
[all …]
Dassembler_arm64.cc119 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
133 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
/art/libartbase/base/
Dutils.h54 void Split(const StrIn& s, char separator, std::array<Str, kLen>* out_result) { in Split()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc284 ___ Str(reg, MemOperand(base, offset)); in StoreToOffset() local
398 ___ Str(vixl32::Register(i), MemOperand(sp, stack_offset)); in StoreRegisterList() local
Djni_macro_assembler_arm_vixl.cc716 ___ Str(copy_temp1, MemOperand(sp, dest_offset.Uint32Value())); in MoveArguments() local
1071 ___ Str(scratch, MemOperand(tr, thread_held_mutex_mutator_lock_offset.Int32Value())); in TryToTransitionFromRunnableToNative() local
1110 ___ Str(scratch, MemOperand(tr, thread_held_mutex_mutator_lock_offset.Int32Value())); in TryToTransitionFromNativeToRunnable() local
/art/compiler/optimizing/
Dcode_generator_vector_arm64_neon.cc1507 __ Str(reg, in VisitVecStore() local
1576 __ Str(QRegisterFrom(source), StackOperandFrom(destination)); in MoveToSIMDStackSlot() local
1583 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveToSIMDStackSlot() local
1585 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveToSIMDStackSlot() local
1589 __ Str(temp, StackOperandFrom(destination)); in MoveToSIMDStackSlot() local
Dcode_generator_vector_arm64_sve.cc1311 __ Str(ZRegisterFrom(source), SveStackOperandFrom(destination)); in MoveToSIMDStackSlot() local
1325 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + offset)); in MoveToSIMDStackSlot() local
1330 __ Str(temp, SveStackOperandFrom(destination)); in MoveToSIMDStackSlot() local
Dcode_generator_arm64.cc1281 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local
1296 __ Str(wzr, MemOperand(sp, GetStackOffsetOfShouldDeoptimizeFlag())); in GenerateFrameEntry() local
1435 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local
1593 __ Str(CPURegisterFrom(source, dst_type), StackOperandFrom(destination)); in MoveLocation() local
1617 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
1642 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
1779 __ Str(src, dst); in Store() local
2905 __ Str(source, destination); in VisitArraySet() local
5496 __ Str(wzr, GetExceptionTlsAddress()); in VisitClearException() local
Dintrinsics_arm_vixl.cc181 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local
536 __ Str(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeIntNative() local
549 __ Str(LowRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr)); in VisitMemoryPokeLongNative() local
550 __ Str(HighRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr, 4)); in VisitMemoryPokeLongNative() local
1695 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local
1717 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local
2327 __ Str(temp, MemOperand(dst_ptr, char_size * 2)); in VisitStringGetCharsNoCheck() local
2329 __ Str(temp, MemOperand(dst_ptr, char_size * 4, PostIndex)); in VisitStringGetCharsNoCheck() local
3029 __ Str(RegisterFrom(value), address); in GenerateIntrinsicSet() local
Dintrinsics_arm64.cc146 __ Str(tmp_reg, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local
664 __ Str(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeIntNative() local
674 __ Str(XRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeLongNative() local
3301 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
3328 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
3422 __ Str(temp.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
3444 __ Str(in.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
Dcode_generator_arm_vixl.cc6375 __ Str(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local