2010-01-06 17:10:57 +03:00
|
|
|
/* $NetBSD: e_atanhf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */
|
1999-08-20 01:43:52 +04:00
|
|
|
|
|
|
|
/*
|
2000-05-13 00:11:11 +04:00
|
|
|
* FPLSP wrapper for __ieee754_atanhf
|
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_atanhf)
|
|
|
|
#ifdef __SVR4_ABI__
|
2010-01-06 17:10:57 +03:00
|
|
|
bral PIC_PLT(_C_LABEL(__fplsp060_0048))
|
2000-05-13 00:11:11 +04:00
|
|
|
#else
|
|
|
|
movel %sp@(4),%sp@-
|
2010-01-06 17:10:57 +03:00
|
|
|
bsrl PIC_PLT(_C_LABEL(__fplsp060_0048))
|
2000-05-13 00:11:11 +04:00
|
|
|
fmoves %fp0,%sp@
|
|
|
|
movel %sp@+,%d0
|
|
|
|
rts
|
|
|
|
#endif
|