summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/24k-triple-stores-2-llsc.s
blob: af67f3d86682c29f741e1c8912e8d925c4d13062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Check for range (sc)

foo:
	sc      $2,32($sp)
	sc      $3,8($sp)
	sc      $4,-8($sp)
	sc      $5,0($sp)
	sc      $6,32($sp)

# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	2
	.space	8