Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / natural.d
1 #as: -Av9 -64
2 #objdump: -dr --prefix-addresses
3 #name: sparc natural regs and insns
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8 0x0+0000000 b %xcc, 0x0+0000030
9 0x0+0000004 nop
10 0x0+0000008 ldx \[ %g1 \], %g2
11 0x0+000000c ldxa \[ %g1 \] #ASI_AIUP, %g2
12 0x0+0000010 stx %g1, \[ %g2 \]
13 0x0+0000014 stxa %g1, \[ %g2 \] #ASI_AIUP
14 0x0+0000018 sllx %g1, 0xa, %g2
15 0x0+000001c srlx %g1, 0xa, %g2
16 0x0+0000020 srax %g1, 0xa, %g2
17 0x0+0000024 casx \[ %g1 \], %g2, %g3
18 0x0+0000028 casxa \[ %g1 \] #ASI_AIUP, %g2, %g3
19 0x0+000002c clrx \[ %g1 \]
20 0x0+0000030 nop
This page took 0.029558 seconds and 4 git commands to generate.