Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cdx_sub.d
CommitLineData
0cb5a38a
SL
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: NIOS2 CDX sub.n
3#as: -march=r2
4
5# Test the sub.n and subi.n instructions
6
7.*: +file format elf32-littlenios2
8
9Disassembly of section .text:
100+0000 <[^>]*> c901 sub.n r4,r4,r4
110+0002 <[^>]*> 8911 subi.n r4,r4,1
120+0004 <[^>]*> 9911 subi.n r4,r4,2
130+0006 <[^>]*> a911 subi.n r4,r4,4
140+0008 <[^>]*> b911 subi.n r4,r4,8
150+000a <[^>]*> c911 subi.n r4,r4,16
160+000c <[^>]*> d911 subi.n r4,r4,32
170+000e <[^>]*> e911 subi.n r4,r4,64
180+0010 <[^>]*> f911 subi.n r4,r4,128
19 ...
This page took 0.056288 seconds and 4 git commands to generate.