Home | History | Annotate | Download | only in sparc
      1 # Test ldtw/ldtwa/sttw/sttwa
      2 	.text
      3 	ldtw	[%g3], %o0
      4 	ldtwa	[%g3] 0x04, %o2
      5 	ldtwa	[%g3] %asi, %o4
      6 	sttw	%o0, [%g3]
      7 	sttwa	%o2, [%g3] 0x04
      8 	sttwa	%o4, [%g3] %asi
      9