xref: /netbsd-src/lib/libm/arch/m68060/s_atanf.S (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1/* $NetBSD: s_atanf.S,v 1.8 2024/05/07 22:51:19 riastradh Exp $ */
2
3/*
4 * FPLSP wrapper for atanf
5 * DO NOT EDIT - this file is automatically generated by:
6 *
7 *	NetBSD: makeas.sh,v 1.16 2024/05/07 22:30:16 riastradh Exp
8 */
9
10#include <machine/asm.h>
11
12WEAK_ALIAS(atanf, _atanf)
13
14ENTRY(_atanf)
15#ifdef __SVR4_ABI__
16	bral PIC_PLT(_C_LABEL(__fplsp060_0030))
17#else
18	movel %sp@(4),%sp@-
19	bsrl PIC_PLT(_C_LABEL(__fplsp060_0030))
20	fmoves %fp0,%sp@
21	movel %sp@+,%d0
22	rts
23#endif
24END(_atanf)
25