Searched defs:strexh (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | strex-bad-t.s | 7 strexh r0, r1, #0x04 label 8 strexh r0, r1, [r2], #0x04 label 9 strexh r0, r1, [r2, #+0x00]! label 10 strexh r0, r1, [r2, r3] label 11 strexh r0, r0, [r1] label 12 strexh r0, r1, [r2, #-0x04] label 13 strexh r0, r1, [r15] label 14 strexh r0, r13, [r1] label 15 strexh r0, r15, [r1] label 16 strexh r13, r0, [r1] label [all …]
|
D | sp-pc-validations-bad-t.s | 325 strexh pc,r0,[r1] @ Unpredictable label 326 strexh sp,r0,[r1] @ ditto label 327 strexh r0,pc,[r1] @ ditto label 328 strexh r0,sp,[r1] @ ditto label 329 strexh r0,r1,[pc] @ ditto label
|
D | sp-pc-validations-bad.s | 230 strexh pc,r0,[r1] @ Unpredictable label 231 strexh r0,pc,[r1] @ ditto label 232 strexh r0,r1,[pc] @ ditto label
|