bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / ldtw_sttw.d
1 #as: -Av9
2 #objdump: -dr
3 #name: sparc LDTW/STTW
4
5 .*: +file format .*sparc.*
6
7 Disassembly of section .text:
8
9 0+ <.text>:
10 0: d0 18 c0 00 ldtw \[ %g3 \], %o0
11 4: d4 98 c0 80 ldtwa \[ %g3 \] #ASI_N, %o2
12 8: d8 98 e0 00 ldtwa \[ %g3 \] %asi, %o4
13 c: d0 38 c0 00 sttw %o0, \[ %g3 \]
14 10: d4 b8 c0 80 sttwa %o2, \[ %g3 \] #ASI_N
15 14: d8 b8 e0 00 sttwa %o4, \[ %g3 \] %asi
This page took 0.030618 seconds and 4 git commands to generate.