e_expf.S revision 1.4
11.1Sis/* $NetBSD: e_expf.S,v 1.4 2000/05/12 20:11:13 is Exp $ */ 21.1Sis 31.1Sis/* 41.4Sis * FPLSP wrapper for __ieee754_expf 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_expf) 111.4Sis#ifdef __SVR4_ABI__ 121.4Sis jbra _ASM_LABEL(___060FPLSP0090) 131.4Sis#else 141.4Sis movel %sp@(4),%sp@- 151.4Sis jbsr _ASM_LABEL(___060FPLSP0090) 161.4Sis fmoves %fp0,%sp@ 171.4Sis movel %sp@+,%d0 181.4Sis rts 191.4Sis#endif 20