xref: /netbsd-src/lib/libm/arch/m68060/e_exp.S (revision 69b6d498973bb4d7230c2d3c12bd9a032738ec8e)
1/* $NetBSD: e_exp.S,v 1.5 2000/05/16 19:07:35 is Exp $ */
2
3/*
4 * FPLSP wrapper for __ieee754_exp
5 * DO NOT EDIT - this file is automatically generated.
6 */
7
8#include <machine/asm.h>
9
10ENTRY(__ieee754_exp)
11#ifdef __SVR4_ABI__
12	jbra _C_LABEL(__fplsp060_0098)
13#else
14	movel %sp@(8),%sp@-
15	movel %sp@(8),%sp@-
16	jbsr _C_LABEL(__fplsp060_0098)
17	fmoved %fp0,%sp@
18	movel %sp@+,%d0
19	movel %sp@+,%d1
20	rts
21#endif
22