Tue May 7 21:18:47 2024 UTC (12d)
lib/libm/arch/m68060: regen


(riastradh)
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/Makefile.list
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_acos.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_acosf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_asin.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_asinf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_atanh.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_atanhf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_cosh.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_coshf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_exp.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_expf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log10.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log10f.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_logf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sinh.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sinhf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sqrt.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sqrtf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/k_tan.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/k_tanf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_atan.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_atanf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_cos.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_cosf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_expm1.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_expm1f.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_log1p.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_log1pf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_logb.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_logbf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_sin.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_sinf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tan.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanf.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanh.S
diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanhf.S
diff -r1.7 -r1.8 src/lib/libm/arch/m68060/fplsp_wrap.S

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/Makefile.list (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/Makefile.list 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/Makefile.list 2024/05/07 21:18:47 1.7
@@ -1,18 +1,22 @@ @@ -1,18 +1,22 @@
1# $NetBSD: Makefile.list,v 1.6 2010/01/06 14:11:53 phx Exp $ 1# $NetBSD: Makefile.list,v 1.7 2024/05/07 21:18:47 riastradh Exp $
2 2
3# 3#
4# list of M68060 architecture dependent files for libm. 4# list of M68060 architecture dependent files for libm.
5# 5#
6# Created by a script. Do not edit manually! 6# Created by:
 7#
 8# NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
 9#
 10# Do not edit manually!
7# 11#
8 12
9ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S \ 13ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S \
10 s_atanf.S s_atan.S e_atanhf.S e_atanh.S \ 14 s_atanf.S s_atan.S e_atanhf.S e_atanh.S \
11 s_cosf.S s_cos.S e_coshf.S e_cosh.S \ 15 s_cosf.S s_cos.S e_coshf.S e_cosh.S \
12 e_expf.S e_exp.S s_expm1f.S s_expm1.S \ 16 e_expf.S e_exp.S s_expm1f.S s_expm1.S \
13 e_log10f.S e_log10.S s_logbf.S s_logb.S \ 17 e_log10f.S e_log10.S s_logbf.S s_logb.S \
14 e_logf.S e_log.S s_log1pf.S s_log1p.S \ 18 e_logf.S e_log.S s_log1pf.S s_log1p.S \
15 s_sinf.S s_sin.S e_sinhf.S e_sinh.S \ 19 s_sinf.S s_sin.S e_sinhf.S e_sinh.S \
16 s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S \ 20 s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S \
17 e_sqrtf.S e_sqrt.S 21 e_sqrtf.S e_sqrt.S
18ARCH_ADDS = fplsp_wrap.S 22ARCH_ADDS = fplsp_wrap.S

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_acos.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_acos.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_acos.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_acos.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_acos.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_acos 4 * FPLSP wrapper for __ieee754_acos
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_acos) 12ENTRY(__ieee754_acos)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0008)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0008))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0008)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0008))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_acosf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_acosf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_acosf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_acosf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_acosf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_acosf 4 * FPLSP wrapper for __ieee754_acosf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_acosf) 12ENTRY(__ieee754_acosf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0000)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0000))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0000)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0000))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_asin.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_asin.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_asin.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_asin.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_asin.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_asin 4 * FPLSP wrapper for __ieee754_asin
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_asin) 12ENTRY(__ieee754_asin)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0020)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0020))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0020)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0020))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_asinf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_asinf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_asinf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_asinf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_asinf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_asinf 4 * FPLSP wrapper for __ieee754_asinf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_asinf) 12ENTRY(__ieee754_asinf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0018)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0018))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0018)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0018))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_atanh.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_atanh.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_atanh.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_atanh.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_atanh.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_atanh 4 * FPLSP wrapper for __ieee754_atanh
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_atanh) 12ENTRY(__ieee754_atanh)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0050)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0050))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0050)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0050))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_atanhf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_atanhf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_atanhf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_atanhf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_atanhf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_atanhf 4 * FPLSP wrapper for __ieee754_atanhf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_atanhf) 12ENTRY(__ieee754_atanhf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0048)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0048))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0048)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0048))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_cosh.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_cosh.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_cosh.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_cosh.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_cosh.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_cosh 4 * FPLSP wrapper for __ieee754_cosh
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_cosh) 12ENTRY(__ieee754_cosh)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0080)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0080))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0080)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0080))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_coshf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_coshf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_coshf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_coshf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_coshf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_coshf 4 * FPLSP wrapper for __ieee754_coshf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_coshf) 12ENTRY(__ieee754_coshf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0078)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0078))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0078)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0078))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_exp.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_exp.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_exp.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_exp.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_exp.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_exp 4 * FPLSP wrapper for __ieee754_exp
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_exp) 12ENTRY(__ieee754_exp)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0098)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0098))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0098)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0098))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_expf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_expf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_expf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_expf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_expf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_expf 4 * FPLSP wrapper for __ieee754_expf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_expf) 12ENTRY(__ieee754_expf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0090)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0090))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0090)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0090))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_log.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_log.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_log.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_log.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_log 4 * FPLSP wrapper for __ieee754_log
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_log) 12ENTRY(__ieee754_log)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0128)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0128))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0128)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0128))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log10.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_log10.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_log10.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_log10.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_log10.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_log10 4 * FPLSP wrapper for __ieee754_log10
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_log10) 12ENTRY(__ieee754_log10)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_00f8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_00f8))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_00f8)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_00f8))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_log10f.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_log10f.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_log10f.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_log10f.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_log10f.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_log10f 4 * FPLSP wrapper for __ieee754_log10f
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_log10f) 12ENTRY(__ieee754_log10f)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_00f0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_00f0))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_00f0)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_00f0))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_logf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_logf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_logf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_logf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_logf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_logf 4 * FPLSP wrapper for __ieee754_logf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_logf) 12ENTRY(__ieee754_logf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0120)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0120))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0120)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0120))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sinh.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_sinh.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_sinh.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_sinh.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_sinh.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_sinh 4 * FPLSP wrapper for __ieee754_sinh
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_sinh) 12ENTRY(__ieee754_sinh)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01d0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01d0))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_01d0)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_01d0))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sinhf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_sinhf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_sinhf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_sinhf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_sinhf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_sinhf 4 * FPLSP wrapper for __ieee754_sinhf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_sinhf) 12ENTRY(__ieee754_sinhf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01c8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01c8))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_01c8)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_01c8))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sqrt.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_sqrt.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_sqrt.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_sqrt.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_sqrt.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_sqrt 4 * FPLSP wrapper for __ieee754_sqrt
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_sqrt) 12ENTRY(__ieee754_sqrt)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_02f0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_02f0))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_02f0)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_02f0))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/e_sqrtf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/e_sqrtf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/e_sqrtf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: e_sqrtf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: e_sqrtf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for __ieee754_sqrtf 4 * FPLSP wrapper for __ieee754_sqrtf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(__ieee754_sqrtf) 12ENTRY(__ieee754_sqrtf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_02e8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_02e8))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_02e8)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_02e8))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/k_tan.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/k_tan.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/k_tan.S 2024/05/07 21:18:47 1.7
@@ -1,8 +1,10 @@ @@ -1,8 +1,10 @@
1/* $NetBSD: k_tan.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: k_tan.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * Dummy file. Real code is elsewhere. 4 * Dummy file. Real code is elsewhere.
5 * 5 *
6 * DO NOT EDIT - this file is automatically generated. 6 * DO NOT EDIT - this file is automatically generated by;
 7 *
 8 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
7 * 9 *
8 */ 10 */

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/k_tanf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/k_tanf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/k_tanf.S 2024/05/07 21:18:47 1.7
@@ -1,8 +1,10 @@ @@ -1,8 +1,10 @@
1/* $NetBSD: k_tanf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: k_tanf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * Dummy file. Real code is elsewhere. 4 * Dummy file. Real code is elsewhere.
5 * 5 *
6 * DO NOT EDIT - this file is automatically generated. 6 * DO NOT EDIT - this file is automatically generated by;
 7 *
 8 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
7 * 9 *
8 */ 10 */

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_atan.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_atan.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_atan.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_atan.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_atan.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for atan 4 * FPLSP wrapper for atan
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(atan) 12ENTRY(atan)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0038)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0038))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0038)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0038))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_atanf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_atanf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_atanf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_atanf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_atanf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for atanf 4 * FPLSP wrapper for atanf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(atanf) 12ENTRY(atanf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0030)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0030))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0030)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0030))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_cos.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_cos.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_cos.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_cos.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_cos.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for cos 4 * FPLSP wrapper for cos
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(cos) 12ENTRY(cos)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0068)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0068))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0068)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0068))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_cosf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_cosf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_cosf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_cosf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_cosf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for cosf 4 * FPLSP wrapper for cosf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(cosf) 12ENTRY(cosf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0060)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0060))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0060)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0060))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_expm1.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_expm1.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_expm1.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_expm1.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_expm1.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for expm1 4 * FPLSP wrapper for expm1
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(expm1) 12ENTRY(expm1)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_00b0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_00b0))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_00b0)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_00b0))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_expm1f.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_expm1f.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_expm1f.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_expm1f.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_expm1f.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for expm1f 4 * FPLSP wrapper for expm1f
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(expm1f) 12ENTRY(expm1f)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_00a8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_00a8))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_00a8)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_00a8))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_log1p.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_log1p.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_log1p.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_log1p.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_log1p.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for log1p 4 * FPLSP wrapper for log1p
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(log1p) 12ENTRY(log1p)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0140)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0140))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0140)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0140))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_log1pf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_log1pf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_log1pf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_log1pf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_log1pf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for log1pf 4 * FPLSP wrapper for log1pf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(log1pf) 12ENTRY(log1pf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0138)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0138))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0138)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0138))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_logb.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_logb.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_logb.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_logb.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_logb.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for logb 4 * FPLSP wrapper for logb
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(logb) 12ENTRY(logb)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0110)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0110))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0110)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0110))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_logbf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_logbf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_logbf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_logbf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_logbf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for logbf 4 * FPLSP wrapper for logbf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(logbf) 12ENTRY(logbf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0108)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0108))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0108)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0108))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_sin.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_sin.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_sin.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_sin.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_sin.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for sin 4 * FPLSP wrapper for sin
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(sin) 12ENTRY(sin)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01a0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01a0))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_01a0)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_01a0))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_sinf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_sinf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_sinf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_sinf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_sinf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for sinf 4 * FPLSP wrapper for sinf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(sinf) 12ENTRY(sinf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0198)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0198))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_0198)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_0198))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tan.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_tan.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_tan.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_tan.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_tan.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for tan 4 * FPLSP wrapper for tan
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(tan) 12ENTRY(tan)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01e8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01e8))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_01e8)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_01e8))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_tanf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_tanf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_tanf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_tanf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for tanf 4 * FPLSP wrapper for tanf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(tanf) 12ENTRY(tanf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01e0)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01e0))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_01e0)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_01e0))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanh.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_tanh.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_tanh.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_tanh.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_tanh.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for tanh 4 * FPLSP wrapper for tanh
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(tanh) 12ENTRY(tanh)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_0200)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_0200))
13#else 15#else
14 movel %sp@(8),%sp@- 16 movel %sp@(8),%sp@-
15 movel %sp@(8),%sp@- 17 movel %sp@(8),%sp@-
16 bsrl PIC_PLT(_C_LABEL(__fplsp060_0200)) 18 bsrl PIC_PLT(_C_LABEL(__fplsp060_0200))
17 fmoved %fp0,%sp@ 19 fmoved %fp0,%sp@
18 movel %sp@+,%d0 20 movel %sp@+,%d0

cvs diff -r1.6 -r1.7 src/lib/libm/arch/m68060/s_tanhf.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/s_tanhf.S 2010/01/06 14:11:53 1.6
+++ src/lib/libm/arch/m68060/s_tanhf.S 2024/05/07 21:18:47 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1/* $NetBSD: s_tanhf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: s_tanhf.S,v 1.7 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper for tanhf 4 * FPLSP wrapper for tanhf
5 * DO NOT EDIT - this file is automatically generated. 5 * DO NOT EDIT - this file is automatically generated by:
 6 *
 7 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
6 */ 8 */
7 9
8#include <machine/asm.h> 10#include <machine/asm.h>
9 11
10ENTRY(tanhf) 12ENTRY(tanhf)
11#ifdef __SVR4_ABI__ 13#ifdef __SVR4_ABI__
12 bral PIC_PLT(_C_LABEL(__fplsp060_01f8)) 14 bral PIC_PLT(_C_LABEL(__fplsp060_01f8))
13#else 15#else
14 movel %sp@(4),%sp@- 16 movel %sp@(4),%sp@-
15 bsrl PIC_PLT(_C_LABEL(__fplsp060_01f8)) 17 bsrl PIC_PLT(_C_LABEL(__fplsp060_01f8))
16 fmoves %fp0,%sp@ 18 fmoves %fp0,%sp@
17 movel %sp@+,%d0 19 movel %sp@+,%d0
18 rts 20 rts

cvs diff -r1.7 -r1.8 src/lib/libm/arch/m68060/fplsp_wrap.S (expand / switch to unified diff)

--- src/lib/libm/arch/m68060/fplsp_wrap.S 2010/01/06 14:11:53 1.7
+++ src/lib/libm/arch/m68060/fplsp_wrap.S 2024/05/07 21:18:47 1.8
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1/* $NetBSD: fplsp_wrap.S,v 1.7 2010/01/06 14:11:53 phx Exp $ */ 1/* $NetBSD: fplsp_wrap.S,v 1.8 2024/05/07 21:18:47 riastradh Exp $ */
2 2
3/* 3/*
4 * FPLSP wrapper. 4 * FPLSP wrapper.
5 * 5 *
6 * DO NOT EDIT - this file is automatically generated! 6 * DO NOT EDIT - this file is automatically generated by:
 7 *
 8 * NetBSD: makeas.sh,v 1.10 2024/05/07 21:14:12 riastradh Exp
7 */ 9 */
8 10
9#include <machine/asm.h> 11#include <machine/asm.h>
10 12
11 13
12L060FPLSP_BASE: 14L060FPLSP_BASE:
13#include "fplsp.hex" 15#include "fplsp.hex"