Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_stw.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 CDX stw.n
3 #as: -march=r2
4
5 # Test the stw.n instruction
6
7 .*: +file format elf32-littlenios2
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> 0875 stw.n r4,0\(r17\)
11 0+0002 <[^>]*> 1875 stw.n r4,4\(r17\)
12 0+0004 <[^>]*> 7875 stw.n r4,28\(r17\)
13 0+0006 <[^>]*> f875 stw.n r4,60\(r17\)
14 0+0008 <[^>]*> 0975 stw.n r4,0\(r5\)
15 0+000a <[^>]*> 1975 stw.n r4,4\(r5\)
16 0+000c <[^>]*> 7975 stw.n r4,28\(r5\)
17 0+000e <[^>]*> f975 stw.n r4,60\(r5\)
18 0+0010 <[^>]*> 001d stwz.n zero,0\(r16\)
19 0+0012 <[^>]*> 001d stwz.n zero,0\(r16\)
20 0+0014 <[^>]*> 7e1d stwz.n zero,252\(r16\)
21 0+0016 <[^>]*> 7fdd stwz.n zero,252\(r7\)
This page took 0.033494 seconds and 4 git commands to generate.