Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / ls.s
1 foo:
2 lw $r0, [$r1 + ($r2 << 1)]
3 lh $r0, [$r1 + ($r2 << 1)]
4 lhs $r0, [$r1 + ($r2 << 1)]
5 lb $r0, [$r1 + ($r2 << 1)]
6 lbs $r0, [$r1 + ($r2 << 1)]
7 sw $r0, [$r1 + ($r2 << 1)]
8 sh $r0, [$r1 + ($r2 << 1)]
9 sb $r0, [$r1 + ($r2 << 1)]
10 lw.bi $r0, [$r1], $r2 << 1
11 lh.bi $r0, [$r1], $r2 << 1
12 lhs.bi $r0, [$r1], $r2 << 1
13 lb.bi $r0, [$r1], $r2 << 1
14 lbs.bi $r0, [$r1], $r2 << 1
15 sw.bi $r0, [$r1], $r2 << 1
16 sh.bi $r0, [$r1], $r2 << 1
17 sb.bi $r0, [$r1], $r2 << 1
This page took 0.030608 seconds and 4 git commands to generate.