2010-01-06 17:10:57 +03:00
|
|
|
/* $NetBSD: e_exp.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_exp
|
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_exp)
|
|
|
|
#ifdef __SVR4_ABI__
|
2010-01-06 17:10:57 +03:00
|
|
|
bral PIC_PLT(_C_LABEL(__fplsp060_0098))
|
2000-05-13 00:11:11 +04:00
|
|
|
#else
|
|
|
|
movel %sp@(8),%sp@-
|
|
|
|
movel %sp@(8),%sp@-
|
2010-01-06 17:10:57 +03:00
|
|
|
bsrl PIC_PLT(_C_LABEL(__fplsp060_0098))
|
2000-05-13 00:11:11 +04:00
|
|
|
fmoved %fp0,%sp@
|
|
|
|
movel %sp@+,%d0
|
|
|
|
movel %sp@+,%d1
|
|
|
|
rts
|
|
|
|
#endif
|