Readme.NetBSD revision 1.1 1 1.1 is - Import new Motorola 060SP packages in /sys/arch/m68k/060SP first.
2 1.1 is - if you had to change something in here, "make clean" here
3 1.1 is - commit this directory
4 1.1 is - "make" here
5 1.1 is - commit this directory
6 1.1 is
7 1.1 is Thu Aug 19 22:50:02 MEST 1999
8 1.1 is Ignatios Souvatzis
9 1.1 is
10 1.1 is Method:
11 1.1 is
12 1.1 is Out of the table, we create a wrapper for fplsp.S. It contains:
13 1.1 is
14 1.1 is Single precision:
15 1.1 is
16 1.1 is movl sp@(4),sp@- 4
17 1.1 is bsr _060fplsp+theoffset 4
18 1.1 is fmovs fp0,sp@ 4
19 1.1 is movel sp@+,d0 4
20 1.1 is rts 2
21 1.1 is (18 bytes)
22 1.1 is
23 1.1 is Double precision:
24 1.1 is
25 1.1 is movl sp@(4+0),sp@- 4
26 1.1 is movl sp@(8+4),sp@- 4
27 1.1 is bsr _060fplsp+theoffset 4
28 1.1 is fmovd fp0,sp@ 4
29 1.1 is movel sp@+,d0 4
30 1.1 is movel sp@+,d1 4
31 1.1 is rts 2
32 1.1 is (26 bytes)
33