Home | History | Annotate | Download | only in sparc
      1 # Test ldx/ldxa/stx/stxa
      2 	.text
      3 	ldx	[%g3], %o0
      4 	ldxa	[%g3] 0x04, %o2
      5 	ldx	[%g3], %fsr
      6 	stx	%o0, [%g3]
      7 	stxa	%o2, [%g3] 0x04
      8 	stx	%fsr, [%g3]
      9