Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_sll.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the sll.n and slli.n instructions
2
3foo:
4 sll.n r4,r4,r4
5 slli.n r4,r4,0x1
6 slli.n r4,r4,0x2
7 slli.n r4,r4,0x3
8 slli.n r4,r4,0x8
9 slli.n r4,r4,0xc
10 slli.n r4,r4,0x10
11 slli.n r4,r4,0x18
12 slli.n r4,r4,0x1f
13 sll.n r7,r7,r16
14 sll.n r16,r16,r7
This page took 0.055625 seconds and 4 git commands to generate.