Home | History | Annotate | Line # | Download | only in m68060
s_logb.S revision 1.7
      1  1.7  riastrad /* $NetBSD: s_logb.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
      2  1.1        is 
      3  1.1        is /*
      4  1.4        is  * FPLSP wrapper for logb
      5  1.7  riastrad  * DO NOT EDIT - this file is automatically generated by:
      6  1.7  riastrad  *
      7  1.7  riastrad  *	NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
      8  1.1        is  */
      9  1.4        is 
     10  1.4        is #include <machine/asm.h>
     11  1.4        is 
     12  1.4        is ENTRY(logb)
     13  1.4        is #ifdef __SVR4_ABI__
     14  1.6       phx 	bral PIC_PLT(_C_LABEL(__fplsp060_0110))
     15  1.4        is #else
     16  1.4        is 	movel %sp@(8),%sp@-
     17  1.4        is 	movel %sp@(8),%sp@-
     18  1.6       phx 	bsrl PIC_PLT(_C_LABEL(__fplsp060_0110))
     19  1.4        is 	fmoved %fp0,%sp@
     20  1.4        is 	movel %sp@+,%d0
     21  1.4        is 	movel %sp@+,%d1
     22  1.4        is 	rts
     23  1.4        is #endif
     24