[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.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 CDX srl.n
3 #as: -march=r2
4
5 # Test the srl.n and srli.n instructions
6
7 .*: +file format elf32-littlenios2
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> 5909 srl.n r4,r4,r4
11 0+0002 <[^>]*> 8919 srli.n r4,r4,1
12 0+0004 <[^>]*> 9919 srli.n r4,r4,2
13 0+0006 <[^>]*> a919 srli.n r4,r4,3
14 0+0008 <[^>]*> b919 srli.n r4,r4,8
15 0+000a <[^>]*> c919 srli.n r4,r4,12
16 0+000c <[^>]*> d919 srli.n r4,r4,16
17 0+000e <[^>]*> e919 srli.n r4,r4,24
18 0+0010 <[^>]*> f919 srli.n r4,r4,31
19 0+0012 <[^>]*> 51c9 srl.n r7,r7,r16
20 0+0014 <[^>]*> 5e09 srl.n r16,r16,r7
21 ...
This page took 0.031595 seconds and 4 git commands to generate.