2000-05-13 00:11:11 +04:00
|
|
|
/* $NetBSD: e_sqrtf.S,v 1.4 2000/05/12 20:11:15 is Exp $ */
|
1999-08-20 01:43:52 +04:00
|
|
|
|
|
|
|
/*
|
2000-05-13 00:11:11 +04:00
|
|
|
* FPLSP wrapper for __ieee754_sqrtf
|
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(__ieee754_sqrtf)
|
|
|
|
#ifdef __SVR4_ABI__
|
|
|
|
jbra _ASM_LABEL(___060FPLSP02e8)
|
|
|
|
#else
|
|
|
|
movel %sp@(4),%sp@-
|
|
|
|
jbsr _ASM_LABEL(___060FPLSP02e8)
|
|
|
|
fmoves %fp0,%sp@
|
|
|
|
movel %sp@+,%d0
|
|
|
|
rts
|
|
|
|
#endif
|