Home
last modified time | relevance | path

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

/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc114 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local
123 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local
127 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local
131 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local
169 ___ Str(scratch, MEM_OP(reg_x(SP), offs.Int32Value())); in StoreImmediateToFrame() local
176 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackOffsetToThread() local
183 ___ Str(scratch, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() local
457 ___ Str(scratch, MEM_OP(sp, fr_offs.Int32Value())); in CopyRawPtrFromThread() local
473 ___ Str(scratch, MEM_OP(reg_x(SP), dest.Int32Value())); in CopyRef() local
486 ___ 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
/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.cc1151 __ Str(kArtMethodRegister, MemOperand(sp, 0)); in MaybeIncrementHotness() local
1219 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local
1234 __ Str(wzr, MemOperand(sp, GetStackOffsetOfShouldDeoptimizeFlag())); in GenerateFrameEntry() local
1373 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local
1531 __ Str(CPURegisterFrom(source, dst_type), StackOperandFrom(destination)); in MoveLocation() local
1555 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
1580 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
1717 __ Str(src, dst); in Store() local
2825 __ Str(source, destination); in VisitArraySet() local
5423 __ 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
2942 __ 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
3084 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
3111 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
3205 __ Str(temp.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
3227 __ Str(in.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
Dcode_generator_arm_vixl.cc6330 __ Str(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local