summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m32r/high-1.s
blob: 8a5d1d10ab35feb4536c6948a01f7c0378de38e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Test high/shigh handling.

foo:
	seth r4,#high(foo+0x10000)
	or3  r4,r4,#low(foo+0x10000)

	seth r4,#high(0x12348765)
	or3  r4,r4,#low(0x12348765)

	seth r4,#shigh(0x12348765)
	or3  r4,r4,#low(0x12348765)

	seth r4,#shigh(0x87654321)
	or3  r4,r4,#low(0x87654321)