s_cosf.S revision 1.4
1/* $NetBSD: s_cosf.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
2
3/*
4 * FPLSP wrapper for cosf
5 * DO NOT EDIT - this file is automatically generated.
6 */
7
8#include <machine/asm.h>
9
10ENTRY(cosf)
11#ifdef __SVR4_ABI__
12	jbra _ASM_LABEL(___060FPLSP0060)
13#else
14	movel %sp@(4),%sp@-
15	jbsr _ASM_LABEL(___060FPLSP0060)
16	fmoves %fp0,%sp@
17	movel %sp@+,%d0
18	rts
19#endif
20