1/* $NetBSD: e_expf.S,v 1.8 2024/05/07 22:51:19 riastradh Exp $ */
2
3/*
4 * FPLSP wrapper for __ieee754_expf
5 * DO NOT EDIT - this file is automatically generated by:
6 *
7 *	NetBSD: makeas.sh,v 1.16 2024/05/07 22:30:16 riastradh Exp
8 */
9
10#include <machine/asm.h>
11
12ENTRY(__ieee754_expf)
13#ifdef __SVR4_ABI__
14	bral PIC_PLT(_C_LABEL(__fplsp060_0090))
15#else
16	movel %sp@(4),%sp@-
17	bsrl PIC_PLT(_C_LABEL(__fplsp060_0090))
18	fmoves %fp0,%sp@
19	movel %sp@+,%d0
20	rts
21#endif
22END(__ieee754_expf)
23