Add support for MIPS R6.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-6.s
1 # Store macros
2
3 foo:
4 .ifndef r6
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
14 .endif
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)
26 break
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.039379 seconds and 4 git commands to generate.