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