Fix Sparc test which was failing in the presence of new v9 opcodes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / ldd_std.d
CommitLineData
0afd1215 1#as: -Av8
999bf65c 2#objdump: -dr -m sparc
0afd1215
DM
3#name: sparc LDD/STD
4
5.*: +file format .*sparc.*
6
7Disassembly of section .text:
8
90+ <.text>:
10 0: d0 18 c0 00 ldd \[ %g3 \], %o0
11 4: d4 98 c0 80 ldda \[ %g3 \] #ASI_N, %o2
12 8: d0 38 c0 00 std %o0, \[ %g3 \]
13 c: d4 b8 c0 80 stda %o2, \[ %g3 \] #ASI_N
This page took 0.059847 seconds and 4 git commands to generate.