summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/strex-t.s
blob: d8cddfcf64e8e09cd49133110406d7ec17f78fa4 (plain)
1
2
3
4
5
6
7
8
9
10
.syntax unified
.thumb
	strexh r0, r1, [r2]
	strexh r0, r1, [r2, #+0x00]
	strexh r0, r1, [r13]

	strexb r0, r1, [r2]
	strexb r0, r1, [r2, #+0x00]
	strexb r0, r1, [r13]