/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 91 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local 105 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
|
D | jni_macro_assembler_arm64.cc | 107 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local 116 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset)); in StoreToOffset() local 120 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset)); in StoreSToOffset() local 124 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset)); in StoreDToOffset() local 181 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() local
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 268 ___ Str(reg, MemOperand(base, offset)); in StoreToOffset() local 382 ___ Str(vixl32::Register(i), MemOperand(sp, stack_offset)); in StoreRegisterList() local
|
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 233 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local 929 __ Str(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeIntNative() local 942 __ Str(LowRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr)); in VisitMemoryPokeLongNative() local 943 __ Str(HighRegisterFrom(invoke->GetLocations()->InAt(1)), MemOperand(addr, 4)); in VisitMemoryPokeLongNative() local 1205 __ Str(source, MemOperand(base, offset)); in GenUnsafePut() local 2447 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local 2469 __ Str(temp_reg, MemOperand(temp2, element_size, PostIndex)); in VisitSystemArrayCopy() local 2917 __ Str(temp, MemOperand(dst_ptr, char_size * 2)); in VisitStringGetCharsNoCheck() local 2919 __ Str(temp, MemOperand(dst_ptr, char_size * 4, PostIndex)); in VisitStringGetCharsNoCheck() local
|
D | code_generator_arm64.cc | 1582 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local 1595 __ Str(wzr, MemOperand(sp, GetStackOffsetOfShouldDeoptimizeFlag())); in GenerateFrameEntry() local 1696 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local 1708 __ Str(reg, MemOperand(sp, stack_index)); in SaveFloatingPointRegister() local 1835 __ Str(QRegisterFrom(source), StackOperandFrom(destination)); in MoveLocation() local 1842 __ Str(temp, MemOperand(sp, destination.GetStackIndex())); in MoveLocation() local 1844 __ Str(temp, MemOperand(sp, destination.GetStackIndex() + kArm64WordSize)); in MoveLocation() local 1848 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local 1863 __ Str(CPURegisterFrom(source, dst_type), StackOperandFrom(destination)); in MoveLocation() local 1887 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local [all …]
|
D | intrinsics_arm64.cc | 212 __ Str(tmp_reg, MemOperand(dst_curr_addr, element_size, PostIndex)); in EmitNativeCode() local 818 __ Str(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeIntNative() local 828 __ Str(XRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeLongNative() local 2819 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local 2846 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local 2938 __ Str(temp.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local 2965 __ Str(in.W(), HeapOperand(out.W(), info.value_offset)); in VisitIntegerValueOf() local
|
D | code_generator_vector_arm64.cc | 1010 __ Str(reg, VecAddress(instruction, &temps, size, /*is_string_char_at*/ false, &scratch)); in VisitVecStore() local
|
D | code_generator_arm_vixl.cc | 515 __ Str(r0, MemOperand(entry_address)); in EmitNativeCode() local 524 __ Str(r0, MemOperand(temp)); in EmitNativeCode() local 591 __ Str(r0, MemOperand(entry_address)); in EmitNativeCode() local 600 __ Str(r0, MemOperand(temp)); in EmitNativeCode() local 6233 __ Str(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local
|