aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/sparc/imm-plus-rreg.d
blob: aed738b84644d485d70d164514b8ec1c47a9c298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#as: -Av8
#objdump: -dr
#name: address: simm13 + rreg

.*: +file format .*

Disassembly of section .text:

00000000 <foo>:
   0:	c2 02 20 0a 	ld  \[ %o0 \+ 0xa \], %g1
   4:	c4 04 a0 0a 	ld  \[ %l2 \+ 0xa \], %g2
   8:	c4 22 20 0a 	st  %g2, \[ %o0 \+ 0xa \]
   c:	c2 24 a0 0a 	st  %g1, \[ %l2 \+ 0xa \]