Searched refs:Str (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm64/ |
D | 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 188 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread64() local 661 ___ Str(dst0, MemOperand(sp, offset)); in SpillRegisters() local
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 1020 __ Str(kArtMethodRegister, MemOperand(sp, -frame_size, PreIndex)); in GenerateFrameEntry() local 1126 __ Str(reg, MemOperand(sp, stack_index)); in SaveCoreRegister() local 1138 __ Str(reg, MemOperand(sp, stack_index)); in SaveFloatingPointRegister() local 1256 __ Str(CPURegisterFrom(source, dst_type), StackOperandFrom(destination)); in MoveLocation() local 1274 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local 1282 __ Str(temp, StackOperandFrom(destination)); in MoveLocation() local 1404 __ Str(src, dst); in Store() local 2226 __ Str(wzr, destination); in VisitArraySet() local 2305 __ Str(source, destination); in VisitArraySet() local 3987 __ Str(wzr, GetExceptionTlsAddress()); in VisitClearException() local
|
D | intrinsics_arm64.cc | 737 __ Str(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeIntNative() local 747 __ Str(XRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeLongNative() local 2193 __ Str(tmp, MemOperand(dst_curr_addr, element_size, vixl::PostIndex)); in VisitSystemArrayCopy() local
|