e_asin.S revision 1.6
11.1Sis/* $NetBSD: e_asin.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */
21.1Sis
31.1Sis/*
41.4Sis * FPLSP wrapper for __ieee754_asin
51.1Sis * DO NOT EDIT - this file is automatically generated.
61.1Sis */
71.4Sis
81.4Sis#include <machine/asm.h>
91.4Sis
101.4SisENTRY(__ieee754_asin)
111.4Sis#ifdef __SVR4_ABI__
121.6Sphx	bral PIC_PLT(_C_LABEL(__fplsp060_0020))
131.4Sis#else
141.4Sis	movel %sp@(8),%sp@-
151.4Sis	movel %sp@(8),%sp@-
161.6Sphx	bsrl PIC_PLT(_C_LABEL(__fplsp060_0020))
171.4Sis	fmoved %fp0,%sp@
181.4Sis	movel %sp@+,%d0
191.4Sis	movel %sp@+,%d1
201.4Sis	rts
211.4Sis#endif
22