bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / fpr-names.s
1 # source file to test objdump's disassembly using various styles of
2 # FPR names.
3
4 .set noreorder
5 .set noat
6
7 .globl text_label .text
8 text_label:
9
10 mtc1 $0, $f0
11 mtc1 $0, $f1
12 mtc1 $0, $f2
13 mtc1 $0, $f3
14 mtc1 $0, $f4
15 mtc1 $0, $f5
16 mtc1 $0, $f6
17 mtc1 $0, $f7
18 mtc1 $0, $f8
19 mtc1 $0, $f9
20 mtc1 $0, $f10
21 mtc1 $0, $f11
22 mtc1 $0, $f12
23 mtc1 $0, $f13
24 mtc1 $0, $f14
25 mtc1 $0, $f15
26 mtc1 $0, $f16
27 mtc1 $0, $f17
28 mtc1 $0, $f18
29 mtc1 $0, $f19
30 mtc1 $0, $f20
31 mtc1 $0, $f21
32 mtc1 $0, $f22
33 mtc1 $0, $f23
34 mtc1 $0, $f24
35 mtc1 $0, $f25
36 mtc1 $0, $f26
37 mtc1 $0, $f27
38 mtc1 $0, $f28
39 mtc1 $0, $f29
40 mtc1 $0, $f30
41 mtc1 $0, $f31
42
43 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
44 .space 8
This page took 0.029813 seconds and 4 git commands to generate.