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