20 lines
371 B
ArmAsm
20 lines
371 B
ArmAsm
/* $NetBSD: e_log10f.S,v 1.5 2000/05/16 19:07:35 is Exp $ */
|
|
|
|
/*
|
|
* FPLSP wrapper for __ieee754_log10f
|
|
* DO NOT EDIT - this file is automatically generated.
|
|
*/
|
|
|
|
#include <machine/asm.h>
|
|
|
|
ENTRY(__ieee754_log10f)
|
|
#ifdef __SVR4_ABI__
|
|
jbra _C_LABEL(__fplsp060_00f0)
|
|
#else
|
|
movel %sp@(4),%sp@-
|
|
jbsr _C_LABEL(__fplsp060_00f0)
|
|
fmoves %fp0,%sp@
|
|
movel %sp@+,%d0
|
|
rts
|
|
#endif
|