Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / cp1-names.s
CommitLineData
dc76d757
AB
1# source file to test objdump's disassembly using various styles of
2# CP1 register names.
3
4 .set noreorder
5 .set noat
6
7 .globl text_label .text
8text_label:
9
10 ctc1 $0, $0
11 ctc1 $0, $1
12 ctc1 $0, $2
13 ctc1 $0, $3
14 ctc1 $0, $4
15 ctc1 $0, $5
16 ctc1 $0, $6
17 ctc1 $0, $7
18 ctc1 $0, $8
19 ctc1 $0, $9
20 ctc1 $0, $10
21 ctc1 $0, $11
22 ctc1 $0, $12
23 ctc1 $0, $13
24 ctc1 $0, $14
25 ctc1 $0, $15
26 ctc1 $0, $16
27 ctc1 $0, $17
28 ctc1 $0, $18
29 ctc1 $0, $19
30 ctc1 $0, $20
31 ctc1 $0, $21
32 ctc1 $0, $22
33 ctc1 $0, $23
34 ctc1 $0, $24
35 ctc1 $0, $25
36 ctc1 $0, $26
37 ctc1 $0, $27
38 ctc1 $0, $28
39 ctc1 $0, $29
40 ctc1 $0, $30
41 ctc1 $0, $31
42
43 cfc1 $0, $0
44 cfc1 $0, $1
45 cfc1 $0, $2
46 cfc1 $0, $3
47 cfc1 $0, $4
48 cfc1 $0, $5
49 cfc1 $0, $6
50 cfc1 $0, $7
51 cfc1 $0, $8
52 cfc1 $0, $9
53 cfc1 $0, $10
54 cfc1 $0, $11
55 cfc1 $0, $12
56 cfc1 $0, $13
57 cfc1 $0, $14
58 cfc1 $0, $15
59 cfc1 $0, $16
60 cfc1 $0, $17
61 cfc1 $0, $18
62 cfc1 $0, $19
63 cfc1 $0, $20
64 cfc1 $0, $21
65 cfc1 $0, $22
66 cfc1 $0, $23
67 cfc1 $0, $24
68 cfc1 $0, $25
69 cfc1 $0, $26
70 cfc1 $0, $27
71 cfc1 $0, $28
72 cfc1 $0, $29
73 cfc1 $0, $30
74 cfc1 $0, $31
75
76# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
77 .space 8
This page took 0.041621 seconds and 4 git commands to generate.