summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/mips/elf-rel29.s
blob: a7edc6a539ff9feef35088a8139055a0a99107a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.set	nomips16
	.ent	foo
foo:
	lui	$4,%highest(bar)
	dsll	$4,$4,16
	daddiu	$4,$4,%higher(bar)
	dsll	$4,$4,16
	daddiu	$4,$4,%hi(bar)
	dsll	$4,$4,16
	lw	$4,%lo(bar)($4)
	.end	foo
	.eqv	bar,0x123456789abcdef0
OpenPOWER on IntegriCloud