Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / lsi.s
1 foo:
2 lwi $r0, [$r1 + (1 << 2)]
3 lhi $r0, [$r1 + (1 << 1)]
4 lhsi $r0, [$r1 + (-1 << 1)]
5 lbi $r0, [$r1 + 1]
6 lbsi $r0, [$r1 + (-1)]
7 swi $r0, [$r1 + (1 << 2)]
8 shi $r0, [$r1 + (1 << 1)]
9 sbi $r0, [$r1 + 1]
10 lwi.bi $r0, [$r1], (1 << 2)
11 lhi.bi $r0, [$r1], (1 << 1)
12 lhsi.bi $r0, [$r1], (-1 << 1)
13 lbi.bi $r0, [$r1], 1
14 lbsi.bi $r0, [$r1], -1
15 swi.bi $r0, [$r1], (1 << 2)
16 shi.bi $r0, [$r1], (1 << 1)
17 sbi.bi $r0, [$r1], 1
This page took 0.037599 seconds and 4 git commands to generate.