]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/dlx/lohi.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.git] / gas / testsuite / gas / dlx / lohi.s
1     .text
2     .align  2
3     nop
4 .L1:
5     lhi     r1,%hi(.L1 + 200000)
6     ori     r1,r0,%lo(.L1 + 200000)
7     lhi     r1,%hi(.L1 + 200000000)
8     ori     r1,r0,%lo(.L1 + 200000000)
9     .end