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