Home | History | Annotate | Download | only in sparc
      1 #as: -Av9
      2 #objdump: -dr -m sparc:v9
      3 #name: sparc LDX/STX
      4 
      5 .*: +file format .*sparc.*
      6 
      7 Disassembly of section .text:
      8 
      9 0+ <.text>:
     10    0:	d0 58 c0 00 	ldx  \[ %g3 \], %o0
     11    4:	d4 d8 c0 80 	ldxa  \[ %g3 \] #ASI_N, %o2
     12    8:	c3 08 c0 00 	ldx  \[ %g3 \], %fsr
     13    c:	d0 70 c0 00 	stx  %o0, \[ %g3 \]
     14   10:	d4 f0 c0 80 	stxa  %o2, \[ %g3 \] #ASI_N
     15   14:	c3 28 c0 00 	stx  %fsr, \[ %g3 \]
     16