summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/r5900-nollsc.s
blob: fe218f327d9446235b8c4fbf191d6ea360c2093c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.text

stuff:
	.ent stuff
	.set push
	.set noreorder
	.set noat

	# sc/ll instructions are not supported on r5900:
	ll $5, 0($6)
	sc $5, 0($6)

	# scd/lld instructions are not supported on r5900:
	lld $5, 0($6)
	scd $5, 0($6)

	.space	8
	.end stuff