~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/testsuite/gas/mips/cp0-names.s

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

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