summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/ulh2.s
blob: 3aa1cff722e737fe5aea669cb9bc796ffc62743a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Source file used to test the ulh and ulhu macros (harder).

	.set noat
	
	.text
text_label:

	ulh	$4,0($5)		# warns
	ulh	$4,1($5)		# warns

	ulh	$5,0($5)		# warns
	ulh	$5,1($5)		# warns

	ulhu	$4,0($5)		# warns
	ulhu	$4,1($5)		# warns

	ulhu	$5,0($5)		# warns
	ulhu	$5,1($5)		# warns

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