Regenerated files after this change:

Move each wrapper function to its own source file, such that redefining one
function doesn't give link errors when another one is pulled in from the
library.
Problem discovered by Klaus Klein.
This commit is contained in:
is 2000-05-12 20:11:11 +00:00
parent 183dfce153
commit 287de693da
39 changed files with 679 additions and 679 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.list,v 1.3 1999/08/22 08:25:42 is Exp $
# $NetBSD: Makefile.list,v 1.4 2000/05/12 20:11:11 is Exp $
#
# list of M68060 architecture dependent files for libm.

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_acos.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_acos.S,v 1.4 2000/05/12 20:11:11 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_acos
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_acos)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0008)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0008)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_acosf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_acosf.S,v 1.4 2000/05/12 20:11:11 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_acosf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_acosf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0000)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0000)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_asin.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_asin.S,v 1.4 2000/05/12 20:11:12 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_asin
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_asin)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0020)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0020)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_asinf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_asinf.S,v 1.4 2000/05/12 20:11:12 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_asinf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_asinf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0018)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0018)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_atanh.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_atanh.S,v 1.4 2000/05/12 20:11:12 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_atanh
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_atanh)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0050)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0050)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_atanhf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_atanhf.S,v 1.4 2000/05/12 20:11:12 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_atanhf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_atanhf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0048)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0048)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_cosh.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_cosh.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_cosh
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_cosh)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0080)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0080)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_coshf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_coshf.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_coshf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_coshf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0078)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0078)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_exp.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_exp.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_exp
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_exp)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0098)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0098)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_expf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_expf.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_expf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_expf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0090)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0090)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_log.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_log.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_log
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_log)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0128)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0128)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_log10.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_log10.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_log10
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_log10)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP00f8)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP00f8)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_log10f.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_log10f.S,v 1.4 2000/05/12 20:11:13 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_log10f
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_log10f)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP00f0)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP00f0)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_logf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_logf.S,v 1.4 2000/05/12 20:11:14 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_logf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_logf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0120)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0120)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_sinh.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_sinh.S,v 1.4 2000/05/12 20:11:14 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_sinh
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_sinh)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01d0)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP01d0)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_sinhf.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_sinhf.S,v 1.4 2000/05/12 20:11:14 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_sinhf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_sinhf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01c8)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP01c8)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: e_sqrt.S,v 1.3 1999/08/22 08:25:42 is Exp $ */
/* $NetBSD: e_sqrt.S,v 1.4 2000/05/12 20:11:14 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_sqrt
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_sqrt)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP02f0)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP02f0)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: e_sqrtf.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: e_sqrtf.S,v 1.4 2000/05/12 20:11:15 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for __ieee754_sqrtf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(__ieee754_sqrtf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP02e8)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP02e8)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,5 +1,5 @@
|#
|# $NetBSD: fplsp.hex,v 1.2 1999/08/22 08:25:43 is Exp $
|# $NetBSD: fplsp.hex,v 1.3 2000/05/12 20:11:15 is Exp $
|#
|#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -35,134 +35,134 @@
|# patents or trademarks of Motorola, Inc.
|#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L060FPLSP0000: .long 0x60ff0000,0x238e0000
L060FPLSP0008: .long 0x60ff0000,0x24200000
L060FPLSP0010: .long 0x60ff0000,0x24b60000
L060FPLSP0018: .long 0x60ff0000,0x11060000
L060FPLSP0020: .long 0x60ff0000,0x11980000
L060FPLSP0028: .long 0x60ff0000,0x122e0000
L060FPLSP0030: .long 0x60ff0000,0x0f160000
L060FPLSP0038: .long 0x60ff0000,0x0fa80000
L060FPLSP0040: .long 0x60ff0000,0x103e0000
L060FPLSP0048: .long 0x60ff0000,0x12ae0000
L060FPLSP0050: .long 0x60ff0000,0x13400000
L060FPLSP0058: .long 0x60ff0000,0x13d60000
L060FPLSP0060: .long 0x60ff0000,0x05ae0000
L060FPLSP0068: .long 0x60ff0000,0x06400000
L060FPLSP0070: .long 0x60ff0000,0x06d60000
L060FPLSP0078: .long 0x60ff0000,0x213e0000
L060FPLSP0080: .long 0x60ff0000,0x21d00000
L060FPLSP0088: .long 0x60ff0000,0x22660000
L060FPLSP0090: .long 0x60ff0000,0x16160000
L060FPLSP0098: .long 0x60ff0000,0x16a80000
L060FPLSP00a0: .long 0x60ff0000,0x173e0000
L060FPLSP00a8: .long 0x60ff0000,0x0aee0000
L060FPLSP00b0: .long 0x60ff0000,0x0b800000
L060FPLSP00b8: .long 0x60ff0000,0x0c160000
L060FPLSP00c0: .long 0x60ff0000,0x24a60000
L060FPLSP00c8: .long 0x60ff0000,0x25380000
L060FPLSP00d0: .long 0x60ff0000,0x25ce0000
L060FPLSP00d8: .long 0x60ff0000,0x26660000
L060FPLSP00e0: .long 0x60ff0000,0x26f80000
L060FPLSP00e8: .long 0x60ff0000,0x278e0000
L060FPLSP00f0: .long 0x60ff0000,0x1d160000
L060FPLSP00f8: .long 0x60ff0000,0x1da80000
L060FPLSP0100: .long 0x60ff0000,0x1e3e0000
L060FPLSP0108: .long 0x60ff0000,0x1ed60000
L060FPLSP0110: .long 0x60ff0000,0x1f680000
L060FPLSP0118: .long 0x60ff0000,0x1ffe0000
L060FPLSP0120: .long 0x60ff0000,0x1b0e0000
L060FPLSP0128: .long 0x60ff0000,0x1ba00000
L060FPLSP0130: .long 0x60ff0000,0x1c360000
L060FPLSP0138: .long 0x60ff0000,0x08860000
L060FPLSP0140: .long 0x60ff0000,0x09180000
L060FPLSP0148: .long 0x60ff0000,0x09ae0000
L060FPLSP0150: .long 0x60ff0000,0x2bf00000
L060FPLSP0158: .long 0x60ff0000,0x2ca40000
L060FPLSP0160: .long 0x60ff0000,0x2d580000
L060FPLSP0168: .long 0x60ff0000,0x29980000
L060FPLSP0170: .long 0x60ff0000,0x2a4c0000
L060FPLSP0178: .long 0x60ff0000,0x2b000000
L060FPLSP0180: .long 0x60ff0000,0x2e000000
L060FPLSP0188: .long 0x60ff0000,0x2eb40000
L060FPLSP0190: .long 0x60ff0000,0x2f680000
L060FPLSP0198: .long 0x60ff0000,0x029e0000
L060FPLSP01a0: .long 0x60ff0000,0x03300000
L060FPLSP01a8: .long 0x60ff0000,0x03c60000
L060FPLSP01b0: .long 0x60ff0000,0x27660000
L060FPLSP01b8: .long 0x60ff0000,0x27fe0000
L060FPLSP01c0: .long 0x60ff0000,0x289a0000
L060FPLSP01c8: .long 0x60ff0000,0x061e0000
L060FPLSP01d0: .long 0x60ff0000,0x06b00000
L060FPLSP01d8: .long 0x60ff0000,0x07460000
L060FPLSP01e0: .long 0x60ff0000,0x12ee0000
L060FPLSP01e8: .long 0x60ff0000,0x13800000
L060FPLSP01f0: .long 0x60ff0000,0x14160000
L060FPLSP01f8: .long 0x60ff0000,0x0b760000
L060FPLSP0200: .long 0x60ff0000,0x0c080000
L060FPLSP0208: .long 0x60ff0000,0x0c9e0000
L060FPLSP0210: .long 0x60ff0000,0x18460000
L060FPLSP0218: .long 0x60ff0000,0x18d80000
L060FPLSP0220: .long 0x60ff0000,0x196e0000
L060FPLSP0228: .long 0x60ff0000,0x16560000
L060FPLSP0230: .long 0x60ff0000,0x16e80000
L060FPLSP0238: .long 0x60ff0000,0x177e0000
L060FPLSP0240: .long 0x60ff0000,0x72fe0000
L060FPLSP0248: .long 0x60ff0000,0x72fe0000
L060FPLSP0250: .long 0x60ff0000,0x72fe0000
L060FPLSP0258: .long 0x60ff0000,0x71be0000
L060FPLSP0260: .long 0x60ff0000,0x71d40000
L060FPLSP0268: .long 0x60ff0000,0x71ea0000
L060FPLSP0270: .long 0x60ff0000,0x72840000
L060FPLSP0278: .long 0x60ff0000,0x729a0000
L060FPLSP0280: .long 0x60ff0000,0x72b00000
L060FPLSP0288: .long 0x60ff0000,0x72fe0000
L060FPLSP0290: .long 0x60ff0000,0x72fe0000
L060FPLSP0298: .long 0x60ff0000,0x72fe0000
L060FPLSP02a0: .long 0x60ff0000,0x72fe0000
L060FPLSP02a8: .long 0x60ff0000,0x72fe0000
L060FPLSP02b0: .long 0x60ff0000,0x72fe0000
L060FPLSP02b8: .long 0x60ff0000,0x71f20000
L060FPLSP02c0: .long 0x60ff0000,0x72080000
L060FPLSP02c8: .long 0x60ff0000,0x721e0000
L060FPLSP02d0: .long 0x60ff0000,0x72860000
L060FPLSP02d8: .long 0x60ff0000,0x72860000
L060FPLSP02e0: .long 0x60ff0000,0x72860000
L060FPLSP02e8: .long 0x60ff0000,0x72860000
L060FPLSP02f0: .long 0x60ff0000,0x72860000
L060FPLSP02f8: .long 0x60ff0000,0x72860000
L060FPLSP0300: .long 0x60ff0000,0x71600000
L060FPLSP0308: .long 0x60ff0000,0x71760000
L060FPLSP0310: .long 0x60ff0000,0x718c0000
L060FPLSP0318: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0320: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0328: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0330: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0338: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0340: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0348: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0350: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0358: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0360: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0368: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0370: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0378: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0380: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0388: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0390: .long 0x51fc51fc,0x51fc51fc
L060FPLSP0398: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03a0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03a8: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03b0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03b8: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03c0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03c8: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03d0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03d8: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03e0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03e8: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03f0: .long 0x51fc51fc,0x51fc51fc
L060FPLSP03f8: .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0000) .long 0x60ff0000,0x238e0000
ASENTRY_NOPROFILE(___060FPLSP0008) .long 0x60ff0000,0x24200000
ASENTRY_NOPROFILE(___060FPLSP0010) .long 0x60ff0000,0x24b60000
ASENTRY_NOPROFILE(___060FPLSP0018) .long 0x60ff0000,0x11060000
ASENTRY_NOPROFILE(___060FPLSP0020) .long 0x60ff0000,0x11980000
ASENTRY_NOPROFILE(___060FPLSP0028) .long 0x60ff0000,0x122e0000
ASENTRY_NOPROFILE(___060FPLSP0030) .long 0x60ff0000,0x0f160000
ASENTRY_NOPROFILE(___060FPLSP0038) .long 0x60ff0000,0x0fa80000
ASENTRY_NOPROFILE(___060FPLSP0040) .long 0x60ff0000,0x103e0000
ASENTRY_NOPROFILE(___060FPLSP0048) .long 0x60ff0000,0x12ae0000
ASENTRY_NOPROFILE(___060FPLSP0050) .long 0x60ff0000,0x13400000
ASENTRY_NOPROFILE(___060FPLSP0058) .long 0x60ff0000,0x13d60000
ASENTRY_NOPROFILE(___060FPLSP0060) .long 0x60ff0000,0x05ae0000
ASENTRY_NOPROFILE(___060FPLSP0068) .long 0x60ff0000,0x06400000
ASENTRY_NOPROFILE(___060FPLSP0070) .long 0x60ff0000,0x06d60000
ASENTRY_NOPROFILE(___060FPLSP0078) .long 0x60ff0000,0x213e0000
ASENTRY_NOPROFILE(___060FPLSP0080) .long 0x60ff0000,0x21d00000
ASENTRY_NOPROFILE(___060FPLSP0088) .long 0x60ff0000,0x22660000
ASENTRY_NOPROFILE(___060FPLSP0090) .long 0x60ff0000,0x16160000
ASENTRY_NOPROFILE(___060FPLSP0098) .long 0x60ff0000,0x16a80000
ASENTRY_NOPROFILE(___060FPLSP00a0) .long 0x60ff0000,0x173e0000
ASENTRY_NOPROFILE(___060FPLSP00a8) .long 0x60ff0000,0x0aee0000
ASENTRY_NOPROFILE(___060FPLSP00b0) .long 0x60ff0000,0x0b800000
ASENTRY_NOPROFILE(___060FPLSP00b8) .long 0x60ff0000,0x0c160000
ASENTRY_NOPROFILE(___060FPLSP00c0) .long 0x60ff0000,0x24a60000
ASENTRY_NOPROFILE(___060FPLSP00c8) .long 0x60ff0000,0x25380000
ASENTRY_NOPROFILE(___060FPLSP00d0) .long 0x60ff0000,0x25ce0000
ASENTRY_NOPROFILE(___060FPLSP00d8) .long 0x60ff0000,0x26660000
ASENTRY_NOPROFILE(___060FPLSP00e0) .long 0x60ff0000,0x26f80000
ASENTRY_NOPROFILE(___060FPLSP00e8) .long 0x60ff0000,0x278e0000
ASENTRY_NOPROFILE(___060FPLSP00f0) .long 0x60ff0000,0x1d160000
ASENTRY_NOPROFILE(___060FPLSP00f8) .long 0x60ff0000,0x1da80000
ASENTRY_NOPROFILE(___060FPLSP0100) .long 0x60ff0000,0x1e3e0000
ASENTRY_NOPROFILE(___060FPLSP0108) .long 0x60ff0000,0x1ed60000
ASENTRY_NOPROFILE(___060FPLSP0110) .long 0x60ff0000,0x1f680000
ASENTRY_NOPROFILE(___060FPLSP0118) .long 0x60ff0000,0x1ffe0000
ASENTRY_NOPROFILE(___060FPLSP0120) .long 0x60ff0000,0x1b0e0000
ASENTRY_NOPROFILE(___060FPLSP0128) .long 0x60ff0000,0x1ba00000
ASENTRY_NOPROFILE(___060FPLSP0130) .long 0x60ff0000,0x1c360000
ASENTRY_NOPROFILE(___060FPLSP0138) .long 0x60ff0000,0x08860000
ASENTRY_NOPROFILE(___060FPLSP0140) .long 0x60ff0000,0x09180000
ASENTRY_NOPROFILE(___060FPLSP0148) .long 0x60ff0000,0x09ae0000
ASENTRY_NOPROFILE(___060FPLSP0150) .long 0x60ff0000,0x2bf00000
ASENTRY_NOPROFILE(___060FPLSP0158) .long 0x60ff0000,0x2ca40000
ASENTRY_NOPROFILE(___060FPLSP0160) .long 0x60ff0000,0x2d580000
ASENTRY_NOPROFILE(___060FPLSP0168) .long 0x60ff0000,0x29980000
ASENTRY_NOPROFILE(___060FPLSP0170) .long 0x60ff0000,0x2a4c0000
ASENTRY_NOPROFILE(___060FPLSP0178) .long 0x60ff0000,0x2b000000
ASENTRY_NOPROFILE(___060FPLSP0180) .long 0x60ff0000,0x2e000000
ASENTRY_NOPROFILE(___060FPLSP0188) .long 0x60ff0000,0x2eb40000
ASENTRY_NOPROFILE(___060FPLSP0190) .long 0x60ff0000,0x2f680000
ASENTRY_NOPROFILE(___060FPLSP0198) .long 0x60ff0000,0x029e0000
ASENTRY_NOPROFILE(___060FPLSP01a0) .long 0x60ff0000,0x03300000
ASENTRY_NOPROFILE(___060FPLSP01a8) .long 0x60ff0000,0x03c60000
ASENTRY_NOPROFILE(___060FPLSP01b0) .long 0x60ff0000,0x27660000
ASENTRY_NOPROFILE(___060FPLSP01b8) .long 0x60ff0000,0x27fe0000
ASENTRY_NOPROFILE(___060FPLSP01c0) .long 0x60ff0000,0x289a0000
ASENTRY_NOPROFILE(___060FPLSP01c8) .long 0x60ff0000,0x061e0000
ASENTRY_NOPROFILE(___060FPLSP01d0) .long 0x60ff0000,0x06b00000
ASENTRY_NOPROFILE(___060FPLSP01d8) .long 0x60ff0000,0x07460000
ASENTRY_NOPROFILE(___060FPLSP01e0) .long 0x60ff0000,0x12ee0000
ASENTRY_NOPROFILE(___060FPLSP01e8) .long 0x60ff0000,0x13800000
ASENTRY_NOPROFILE(___060FPLSP01f0) .long 0x60ff0000,0x14160000
ASENTRY_NOPROFILE(___060FPLSP01f8) .long 0x60ff0000,0x0b760000
ASENTRY_NOPROFILE(___060FPLSP0200) .long 0x60ff0000,0x0c080000
ASENTRY_NOPROFILE(___060FPLSP0208) .long 0x60ff0000,0x0c9e0000
ASENTRY_NOPROFILE(___060FPLSP0210) .long 0x60ff0000,0x18460000
ASENTRY_NOPROFILE(___060FPLSP0218) .long 0x60ff0000,0x18d80000
ASENTRY_NOPROFILE(___060FPLSP0220) .long 0x60ff0000,0x196e0000
ASENTRY_NOPROFILE(___060FPLSP0228) .long 0x60ff0000,0x16560000
ASENTRY_NOPROFILE(___060FPLSP0230) .long 0x60ff0000,0x16e80000
ASENTRY_NOPROFILE(___060FPLSP0238) .long 0x60ff0000,0x177e0000
ASENTRY_NOPROFILE(___060FPLSP0240) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP0248) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP0250) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP0258) .long 0x60ff0000,0x71be0000
ASENTRY_NOPROFILE(___060FPLSP0260) .long 0x60ff0000,0x71d40000
ASENTRY_NOPROFILE(___060FPLSP0268) .long 0x60ff0000,0x71ea0000
ASENTRY_NOPROFILE(___060FPLSP0270) .long 0x60ff0000,0x72840000
ASENTRY_NOPROFILE(___060FPLSP0278) .long 0x60ff0000,0x729a0000
ASENTRY_NOPROFILE(___060FPLSP0280) .long 0x60ff0000,0x72b00000
ASENTRY_NOPROFILE(___060FPLSP0288) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP0290) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP0298) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP02a0) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP02a8) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP02b0) .long 0x60ff0000,0x72fe0000
ASENTRY_NOPROFILE(___060FPLSP02b8) .long 0x60ff0000,0x71f20000
ASENTRY_NOPROFILE(___060FPLSP02c0) .long 0x60ff0000,0x72080000
ASENTRY_NOPROFILE(___060FPLSP02c8) .long 0x60ff0000,0x721e0000
ASENTRY_NOPROFILE(___060FPLSP02d0) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP02d8) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP02e0) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP02e8) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP02f0) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP02f8) .long 0x60ff0000,0x72860000
ASENTRY_NOPROFILE(___060FPLSP0300) .long 0x60ff0000,0x71600000
ASENTRY_NOPROFILE(___060FPLSP0308) .long 0x60ff0000,0x71760000
ASENTRY_NOPROFILE(___060FPLSP0310) .long 0x60ff0000,0x718c0000
ASENTRY_NOPROFILE(___060FPLSP0318) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0320) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0328) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0330) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0338) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0340) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0348) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0350) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0358) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0360) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0368) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0370) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0378) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0380) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0388) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0390) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP0398) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03a0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03a8) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03b0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03b8) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03c0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03c8) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03d0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03d8) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03e0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03e8) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03f0) .long 0x51fc51fc,0x51fc51fc
ASENTRY_NOPROFILE(___060FPLSP03f8) .long 0x51fc51fc,0x51fc51fc
.long 0x40c62d38,0xd3d64634,0x3d6f90ae,0xb1e75cc7
.long 0x40000000,0xc90fdaa2,0x2168c235,0x00000000
.long 0x3fff0000,0xc90fdaa2,0x2168c235,0x00000000

View File

@ -1,4 +1,4 @@
/* $NetBSD: fplsp_wrap.S,v 1.4 1999/11/10 16:34:56 thorpej Exp $ */
/* $NetBSD: fplsp_wrap.S,v 1.5 2000/05/12 20:11:15 is Exp $ */
/*
* FPLSP wrapper.
@ -9,413 +9,5 @@
#include <machine/asm.h>
ENTRY(__ieee754_acosf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0000
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0000
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_acos)
#ifdef __SVR4_ABI__
jbra L060FPLSP0008
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0008
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_asinf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0018
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0018
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_asin)
#ifdef __SVR4_ABI__
jbra L060FPLSP0020
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0020
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(atanf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0030
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0030
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(atan)
#ifdef __SVR4_ABI__
jbra L060FPLSP0038
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0038
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_atanhf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0048
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0048
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_atanh)
#ifdef __SVR4_ABI__
jbra L060FPLSP0050
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0050
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(cosf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0060
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0060
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(cos)
#ifdef __SVR4_ABI__
jbra L060FPLSP0068
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0068
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_coshf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0078
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0078
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_cosh)
#ifdef __SVR4_ABI__
jbra L060FPLSP0080
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0080
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_expf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0090
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0090
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_exp)
#ifdef __SVR4_ABI__
jbra L060FPLSP0098
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0098
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(expm1f)
#ifdef __SVR4_ABI__
jbra L060FPLSP00a8
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP00a8
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(expm1)
#ifdef __SVR4_ABI__
jbra L060FPLSP00b0
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP00b0
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_log10f)
#ifdef __SVR4_ABI__
jbra L060FPLSP00f0
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP00f0
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_log10)
#ifdef __SVR4_ABI__
jbra L060FPLSP00f8
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP00f8
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(logbf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0108
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0108
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(logb)
#ifdef __SVR4_ABI__
jbra L060FPLSP0110
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0110
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_logf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0120
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0120
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_log)
#ifdef __SVR4_ABI__
jbra L060FPLSP0128
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0128
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(log1pf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0138
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0138
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(log1p)
#ifdef __SVR4_ABI__
jbra L060FPLSP0140
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0140
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(sinf)
#ifdef __SVR4_ABI__
jbra L060FPLSP0198
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP0198
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(sin)
#ifdef __SVR4_ABI__
jbra L060FPLSP01a0
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP01a0
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_sinhf)
#ifdef __SVR4_ABI__
jbra L060FPLSP01c8
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP01c8
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_sinh)
#ifdef __SVR4_ABI__
jbra L060FPLSP01d0
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP01d0
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(tanf)
#ifdef __SVR4_ABI__
jbra L060FPLSP01e0
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP01e0
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(tan)
#ifdef __SVR4_ABI__
jbra L060FPLSP01e8
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP01e8
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(tanhf)
#ifdef __SVR4_ABI__
jbra L060FPLSP01f8
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP01f8
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(tanh)
#ifdef __SVR4_ABI__
jbra L060FPLSP0200
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP0200
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
ENTRY(__ieee754_sqrtf)
#ifdef __SVR4_ABI__
jbra L060FPLSP02e8
#else
movel %sp@(4),%sp@-
jbsr L060FPLSP02e8
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif
ENTRY(__ieee754_sqrt)
#ifdef __SVR4_ABI__
jbra L060FPLSP02f0
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr L060FPLSP02f0
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif
L060FPLSP_BASE:
#include "fplsp.hex"

View File

@ -1,7 +1,7 @@
/* $NetBSD: k_tan.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: k_tan.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
* Dummy file. Real code is elsewhere.
*
* DO NOT EDIT - this file is automatically generated.
*

View File

@ -1,7 +1,7 @@
/* $NetBSD: k_tanf.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: k_tanf.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
* Dummy file. Real code is elsewhere.
*
* DO NOT EDIT - this file is automatically generated.
*

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_atan.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_atan.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for atan
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(atan)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0038)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0038)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_atanf.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_atanf.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for atanf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(atanf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0030)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0030)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_cos.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_cos.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for cos
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(cos)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0068)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0068)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_cosf.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_cosf.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for cosf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(cosf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0060)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0060)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_expm1.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_expm1.S,v 1.4 2000/05/12 20:11:16 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for expm1
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(expm1)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP00b0)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP00b0)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_expm1f.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_expm1f.S,v 1.4 2000/05/12 20:11:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for expm1f
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(expm1f)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP00a8)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP00a8)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_log1p.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_log1p.S,v 1.4 2000/05/12 20:11:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for log1p
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(log1p)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0140)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0140)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_log1pf.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_log1pf.S,v 1.4 2000/05/12 20:11:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for log1pf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(log1pf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0138)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0138)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_logb.S,v 1.3 1999/08/22 08:25:43 is Exp $ */
/* $NetBSD: s_logb.S,v 1.4 2000/05/12 20:11:17 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for logb
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(logb)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0110)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0110)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_logbf.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_logbf.S,v 1.4 2000/05/12 20:11:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for logbf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(logbf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0108)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0108)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_sin.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_sin.S,v 1.4 2000/05/12 20:11:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for sin
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(sin)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01a0)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP01a0)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_sinf.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_sinf.S,v 1.4 2000/05/12 20:11:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for sinf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(sinf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0198)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP0198)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_tan.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_tan.S,v 1.4 2000/05/12 20:11:18 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for tan
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(tan)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01e8)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP01e8)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_tanf.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_tanf.S,v 1.4 2000/05/12 20:11:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for tanf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(tanf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01e0)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP01e0)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif

View File

@ -1,8 +1,21 @@
/* $NetBSD: s_tanh.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_tanh.S,v 1.4 2000/05/12 20:11:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for tanh
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(tanh)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP0200)
#else
movel %sp@(8),%sp@-
movel %sp@(8),%sp@-
jbsr _ASM_LABEL(___060FPLSP0200)
fmoved %fp0,%sp@
movel %sp@+,%d0
movel %sp@+,%d1
rts
#endif

View File

@ -1,8 +1,19 @@
/* $NetBSD: s_tanhf.S,v 1.3 1999/08/22 08:25:44 is Exp $ */
/* $NetBSD: s_tanhf.S,v 1.4 2000/05/12 20:11:19 is Exp $ */
/*
* Dummy file. Real code is in fplsp_wrap.S.
*
* FPLSP wrapper for tanhf
* DO NOT EDIT - this file is automatically generated.
*
*/
#include <machine/asm.h>
ENTRY(tanhf)
#ifdef __SVR4_ABI__
jbra _ASM_LABEL(___060FPLSP01f8)
#else
movel %sp@(4),%sp@-
jbsr _ASM_LABEL(___060FPLSP01f8)
fmoves %fp0,%sp@
movel %sp@+,%d0
rts
#endif