Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / split-lo16.s
CommitLineData
1e50d24d
RS
1 movhi hi(foo),r0,r1
2 addi lo(foo),r1,r2
3 ld.b lo(foo),r1,r2
4 ld.bu lo(foo),r1,r2
5
6 ld.bu lo(0x12345),r1,r2
7 ld.bu lo(0x123456),r1,r2
2d034539
NC
8
9 ld.w lo(0)[r0], r10
10 ld.w lo(0x12345678)[r0], r10
This page took 0.497909 seconds and 4 git commands to generate.