~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/mips/24k-triple-stores-2.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
30
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
 
31
        .align  2
 
32
        .space  8