summaryrefslogtreecommitdiff
path: root/src/arch/ppc/lib/floats.inc
blob: c075a8b408dd0883f7b2ec9a755090d265e2dc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
 * This file is part of the coreboot project.
 *
 * Copyright (C) 1999-2000 AG Electronics Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 */

/*    .text*/
    .globl  _init_float_registers
    
_init_float_registers:
    lfd     0, 0(3)
    lfd     1, 0(3)
    lfd     2, 0(3)
    lfd     3, 0(3)
    lfd     4, 0(3)
    lfd     5, 0(3)
    lfd     6, 0(3)
    lfd     7, 0(3)
    lfd     8, 0(3)
    lfd     9, 0(3)
    lfd     10, 0(3)
    lfd     11, 0(3)
    lfd     12, 0(3)
    lfd     13, 0(3)
    lfd     14, 0(3)
    lfd     15, 0(3)
    lfd     16, 0(3)
    lfd     17, 0(3)
    lfd     18, 0(3)
    lfd     19, 0(3)
    lfd     20, 0(3)
    lfd     21, 0(3)
    lfd     22, 0(3)
    lfd     23, 0(3)
    lfd     24, 0(3)
    lfd     25, 0(3)
    lfd     26, 0(3)
    lfd     27, 0(3)
    lfd     28, 0(3)
    lfd     29, 0(3)
    lfd     30, 0(3)
    lfd     31, 0(3)
    blr
    .end