e_acos.S revision 1.7
11.7Sriastrad/* $NetBSD: e_acos.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
21.1Sis
31.1Sis/*
41.4Sis * FPLSP wrapper for __ieee754_acos
51.7Sriastrad * DO NOT EDIT - this file is automatically generated by:
61.7Sriastrad *
71.7Sriastrad *	NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
81.1Sis */
91.4Sis
101.4Sis#include <machine/asm.h>
111.4Sis
121.4SisENTRY(__ieee754_acos)
131.4Sis#ifdef __SVR4_ABI__
141.6Sphx	bral PIC_PLT(_C_LABEL(__fplsp060_0008))
151.4Sis#else
161.4Sis	movel %sp@(8),%sp@-
171.4Sis	movel %sp@(8),%sp@-
181.6Sphx	bsrl PIC_PLT(_C_LABEL(__fplsp060_0008))
191.4Sis	fmoved %fp0,%sp@
201.4Sis	movel %sp@+,%d0
211.4Sis	movel %sp@+,%d1
221.4Sis	rts
231.4Sis#endif
24