- Remove all of the annoying $Id strings
[coreboot.git] / src / arch / ppc / lib / floats.inc
1 /* Copyright 1999-2000  AG Electronics Ltd. */
2 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
3
4 /*    .text*/
5     .globl  _init_float_registers
6     
7 _init_float_registers:
8     lfd     0, 0(3)
9     lfd     1, 0(3)
10     lfd     2, 0(3)
11     lfd     3, 0(3)
12     lfd     4, 0(3)
13     lfd     5, 0(3)
14     lfd     6, 0(3)
15     lfd     7, 0(3)
16     lfd     8, 0(3)
17     lfd     9, 0(3)
18     lfd     10, 0(3)
19     lfd     11, 0(3)
20     lfd     12, 0(3)
21     lfd     13, 0(3)
22     lfd     14, 0(3)
23     lfd     15, 0(3)
24     lfd     16, 0(3)
25     lfd     17, 0(3)
26     lfd     18, 0(3)
27     lfd     19, 0(3)
28     lfd     20, 0(3)
29     lfd     21, 0(3)
30     lfd     22, 0(3)
31     lfd     23, 0(3)
32     lfd     24, 0(3)
33     lfd     25, 0(3)
34     lfd     26, 0(3)
35     lfd     27, 0(3)
36     lfd     28, 0(3)
37     lfd     29, 0(3)
38     lfd     30, 0(3)
39     lfd     31, 0(3)
40     blr
41     .end
42