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