summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/lui-2.s
blob: 3b52245f638d91282847e187c549b50d79925338 (plain)
1
2
3
4
5
6
7
8
9
10
# Source code used to test error diagnostics with the LUI instruction.
# These need to be separate from lui-1.s as they are reported at a later
# stage in assembly.

	.text
foo:
	lui	$2, bar - foo
	lui	$2, baz - bar
	lui	$2, foo - baz
	lui	$2, bar / baz