Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.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
This page took 0.030152 seconds and 4 git commands to generate.