xref: /netbsd-src/lib/libm/arch/m68060/s_expm1.S (revision 924795e69c8bb3f17afd8fcbb799710cc1719dc4)
1/* $NetBSD: s_expm1.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */
2
3/*
4 * FPLSP wrapper for expm1
5 * DO NOT EDIT - this file is automatically generated.
6 */
7
8#include <machine/asm.h>
9
10ENTRY(expm1)
11#ifdef __SVR4_ABI__
12	bral PIC_PLT(_C_LABEL(__fplsp060_00b0))
13#else
14	movel %sp@(8),%sp@-
15	movel %sp@(8),%sp@-
16	bsrl PIC_PLT(_C_LABEL(__fplsp060_00b0))
17	fmoved %fp0,%sp@
18	movel %sp@+,%d0
19	movel %sp@+,%d1
20	rts
21#endif
22