~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/smartmips.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
# Source file used to test SmartMIPS instruction set
 
2
        
 
3
        .text
 
4
stuff:
 
5
        ror     $4,$5,$6
 
6
        rorv    $4,$5,$6
 
7
        rotr    $4,$5,$6
 
8
        rotrv   $4,$5,$6
 
9
        
 
10
        ror     $4,$5,31
 
11
        ror     $4,$5,8
 
12
        ror     $4,$5,1
 
13
        ror     $4,$5,0
 
14
        rotr    $4,$5,31
 
15
        
 
16
        rol     $4,$5,31
 
17
        rol     $4,$5,8
 
18
        rol     $4,$5,1
 
19
        rol     $4,$5,0
 
20
        
 
21
        lwxs    $2,$4($5)
 
22
        
 
23
        maddp   $16,$17
 
24
        multp   $11,$12
 
25
        
 
26
        mflhxu  $8
 
27
        mtlhx   $4
 
28
        
 
29
        pperm   $6,$24
 
30
 
 
31
        .p2align 4