2011-04-20 Catherine Moore <clm@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-2.s
CommitLineData
17b09558
CM
1# Check for range
2
3 sb $2,0($sp)
4 sb $3,10($sp)
5 sb $4,31($sp)
6 break
7
8 sh $2,0($sp)
9 sh $3,-16($sp)
10 sh $4,-32($sp)
11 break
12
13 sw $2,0($sp)
14 sw $3,-8($sp)
15 sw $4,8($sp)
16 break
17
18 swr $2,0($sp)
19 swr $3,-16($sp)
20 swr $4,16($sp)
21 break
22
23 swl $2,0($sp)
24 swl $3,8($sp)
25 swl $4,16($sp)
26 swl $5,24($sp)
27 swl $6,0($sp)
28 break
29
30 sc $2,32($sp)
31 sc $3,8($sp)
32 sc $4,-8($sp)
33 sc $5,0($sp)
34 sc $6,32($sp)
35
36# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
37 .align 2
38 .space 8
This page took 0.024982 seconds and 4 git commands to generate.