2000-05-13 00:11:11 +04:00
|
|
|
/* $NetBSD: s_tanf.S,v 1.4 2000/05/12 20:11:19 is Exp $ */
|
1999-08-20 01:43:52 +04:00
|
|
|
|
|
|
|
/*
|
2000-05-13 00:11:11 +04:00
|
|
|
* FPLSP wrapper for tanf
|
1999-08-20 01:43:52 +04:00
|
|
|
* DO NOT EDIT - this file is automatically generated.
|
|
|
|
*/
|
2000-05-13 00:11:11 +04:00
|
|
|
|
|
|
|
#include <machine/asm.h>
|
|
|
|
|
|
|
|
ENTRY(tanf)
|
|
|
|
#ifdef __SVR4_ABI__
|
|
|
|
jbra _ASM_LABEL(___060FPLSP01e0)
|
|
|
|
#else
|
|
|
|
movel %sp@(4),%sp@-
|
|
|
|
jbsr _ASM_LABEL(___060FPLSP01e0)
|
|
|
|
fmoves %fp0,%sp@
|
|
|
|
movel %sp@+,%d0
|
|
|
|
rts
|
|
|
|
#endif
|