s_tanh.S revision 1.4
11.1Sis/* $NetBSD: s_tanh.S,v 1.4 2000/05/12 20:11:19 is Exp $ */
21.1Sis
31.1Sis/*
41.4Sis * FPLSP wrapper for tanh
51.1Sis * DO NOT EDIT - this file is automatically generated.
61.1Sis */
71.4Sis
81.4Sis#include <machine/asm.h>
91.4Sis
101.4SisENTRY(tanh)
111.4Sis#ifdef __SVR4_ABI__
121.4Sis	jbra _ASM_LABEL(___060FPLSP0200)
131.4Sis#else
141.4Sis	movel %sp@(8),%sp@-
151.4Sis	movel %sp@(8),%sp@-
161.4Sis	jbsr _ASM_LABEL(___060FPLSP0200)
171.4Sis	fmoved %fp0,%sp@
181.4Sis	movel %sp@+,%d0
191.4Sis	movel %sp@+,%d1
201.4Sis	rts
211.4Sis#endif
22