~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/hwr-names.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 to test objdump's disassembly using various styles of
 
2
# HWR (hardware register) names.
 
3
 
 
4
        .set noreorder
 
5
        .set noat
 
6
 
 
7
        .globl text_label .text
 
8
text_label:
 
9
 
 
10
        rdhwr   $0, $0
 
11
        rdhwr   $0, $1
 
12
        rdhwr   $0, $2
 
13
        rdhwr   $0, $3
 
14
        rdhwr   $0, $4
 
15
        rdhwr   $0, $5
 
16
        rdhwr   $0, $6
 
17
        rdhwr   $0, $7
 
18
        rdhwr   $0, $8
 
19
        rdhwr   $0, $9
 
20
        rdhwr   $0, $10
 
21
        rdhwr   $0, $11
 
22
        rdhwr   $0, $12
 
23
        rdhwr   $0, $13
 
24
        rdhwr   $0, $14
 
25
        rdhwr   $0, $15
 
26
        rdhwr   $0, $16
 
27
        rdhwr   $0, $17
 
28
        rdhwr   $0, $18
 
29
        rdhwr   $0, $19
 
30
        rdhwr   $0, $20
 
31
        rdhwr   $0, $21
 
32
        rdhwr   $0, $22
 
33
        rdhwr   $0, $23
 
34
        rdhwr   $0, $24
 
35
        rdhwr   $0, $25
 
36
        rdhwr   $0, $26
 
37
        rdhwr   $0, $27
 
38
        rdhwr   $0, $28
 
39
        rdhwr   $0, $29
 
40
        rdhwr   $0, $30
 
41
        rdhwr   $0, $31
 
42
 
 
43
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
 
44
      .space  8