Home | History | Annotate | Download | only in AArch64

Lines Matching refs:STR

118   str    d1, [x3, w3, sxtx #3]
122 ; CHECK-ERRORS: str d1, [x3, w3, sxtx #3]
177 str x2, [x2], #8
178 str x2, [x2, #8]!
179 str w2, [x2], #8
180 str w2, [x2, #8]!
236 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
237 ; CHECK-ERRORS: str x2, [x2], #8
239 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
240 ; CHECK-ERRORS: str x2, [x2, #8]!
242 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
243 ; CHECK-ERRORS: str w2, [x2], #8
245 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
246 ; CHECK-ERRORS: str w2, [x2, #8]!