[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_srl.s
CommitLineData
0cb5a38a
SL
1# Source file used to test the srl.n and srli.n instructions
2
3foo:
4 srl.n r4,r4,r4
5 srli.n r4,r4,0x1
6 srli.n r4,r4,0x2
7 srli.n r4,r4,0x3
8 srli.n r4,r4,0x8
9 srli.n r4,r4,0xc
10 srli.n r4,r4,0x10
11 srli.n r4,r4,0x18
12 srli.n r4,r4,0x1f
13 srl.n r7,r7,r16
14 srl.n r16,r16,r7
This page took 0.052183 seconds and 4 git commands to generate.