Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-6.s
CommitLineData
17b09558
CM
1 # Store macros
2
fbdd3712 3foo:
7361da2c 4 .ifndef r6
17b09558
CM
5 usw $ra,80($sp)
6 usw $s3,88($sp)
7 usw $s8,96($sp)
8 break
9
10 ush $ra,80($sp)
11 ush $s3,88($sp)
12 ush $s8,96($sp)
13 break
7361da2c 14 .endif
17b09558
CM
15
16 # swc1 macro
17 s.s $f0,80($sp)
18 s.s $f2,88($sp)
19 s.s $f4,96($sp)
20 break
21
22 # sdc1 macro
23 s.d $f0,80($sp)
24 s.d $f2,88($sp)
25 s.d $f4,96($sp)
26break
27
28# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
29 .align 2
30 .space 8
This page took 0.370747 seconds and 4 git commands to generate.