Home
last modified time | relevance | path

Searched refs:Str (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.cc91 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
105 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
Djni_macro_assembler_arm64.cc106 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local
115 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local
119 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local
123 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local
180 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc287 ___ Str(reg, MemOperand(base, offset)); in StoreToOffset() local
401 ___ Str(vixl32::Register(i), MemOperand(sp, stack_offset)); in StoreRegisterList() local
/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc234 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local
915 __ Str(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeIntNative() local
928 __ Str(LowRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr)); in VisitMemoryPokeLongNative() local
929 __ Str(HighRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr, 4)); in VisitMemoryPokeLongNative() local
1196 __ Str(source, MemOperand(base, offset)); in GenUnsafePut() local
2563 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local
2585 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local
3161 __ Str(temp, MemOperand(dst_ptr, char_size * 2)); in VisitStringGetCharsNoCheck() local
3163 __ Str(temp, MemOperand(dst_ptr, char_size * 4, PostIndex)); in VisitStringGetCharsNoCheck() local
Dcode_generator_arm64.cc1529 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local
1542 __ Str(wzr, MemOperand(sp, GetStackOffsetOfShouldDeoptimizeFlag())); in GenerateFrameEntry() local
1645 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local
1657 __ Str(reg, MemOperand(sp, stack_index)); in SaveFloatingPointRegister() local
1784 __ Str(QRegisterFrom(source), StackOperandFrom(destination)); in MoveLocation() local
1791 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveLocation() local
1793 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveLocation() local
1797 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
1813 __ Str(CPURegisterFrom(source, dst_type), StackOperandFrom(destination)); in MoveLocation() local
1837 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local
[all …]
Dintrinsics_arm64.cc213 __ Str(tmp_reg, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local
865 __ Str(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeIntNative() local
875 __ Str(XRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeLongNative() local
2873 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
2900 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
2992 __ Str(temp.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
3019 __ Str(in.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
Dcode_generator_vector_arm64.cc1362 __ Str(reg, VecAddress(instruction, &temps, size, /*is_string_char_at*/ false, &scratch)); in VisitVecStore() local
Dcode_generator_arm_vixl.cc5996 __ Str(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local