* gas/mips/micromips@24k-branch-delay-1.d: New test.
[external/binutils.git] / gas / testsuite / gas / mips / 24k-triple-stores-2.s
1 # Check for range
2
3 foo:
4         sb      $2,0($sp)
5         sb      $3,10($sp)
6         sb      $4,31($sp)
7         break
8
9         sh      $2,0($sp)
10         sh      $3,-16($sp)
11         sh      $4,-32($sp)
12         break
13
14         sw      $2,0($sp)
15         sw      $3,-8($sp)
16         sw      $4,8($sp)
17         break
18
19         swr      $2,0($sp)
20         swr      $3,-16($sp)
21         swr      $4,16($sp)
22         break
23
24         swl      $2,0($sp)
25         swl      $3,8($sp)
26         swl      $4,16($sp)
27         swl      $5,24($sp)
28         swl      $6,0($sp)
29         break
30
31         sc      $2,32($sp)
32         sc      $3,8($sp)
33         sc      $4,-8($sp)
34         sc      $5,0($sp)
35         sc      $6,32($sp)
36
37 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
38         .align  2
39         .space  8