Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/fpu G/C ``notyet''; OPC_load_st_62 == std{,...



details:   https://anonhg.NetBSD.org/src/rev/e2309f3c4a1c
branches:  trunk
changeset: 369941:e2309f3c4a1c
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Sep 09 14:35:27 2022 +0000

description:
G/C ``notyet''; OPC_load_st_62 == std{,u} are integer insns.
No binary changes.

diffstat:

 sys/arch/powerpc/fpu/fpu_emu.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r fdb72b9fce01 -r e2309f3c4a1c sys/arch/powerpc/fpu/fpu_emu.c
--- a/sys/arch/powerpc/fpu/fpu_emu.c    Fri Sep 09 14:30:17 2022 +0000
+++ b/sys/arch/powerpc/fpu/fpu_emu.c    Fri Sep 09 14:35:27 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emu.c,v 1.55 2022/09/07 06:53:03 rin Exp $ */
+/*     $NetBSD: fpu_emu.c,v 1.56 2022/09/09 14:35:27 rin Exp $ */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_emu.c,v 1.55 2022/09/07 06:53:03 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_emu.c,v 1.56 2022/09/09 14:35:27 rin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -452,11 +452,6 @@
                        tf->tf_fixreg[ra] = addr;
                /* Complete. */
                return (0);
-#ifdef notyet
-       } else if (instr.i_any.i_opcd == OPC_load_st_62) {
-               /* These are 64-bit extenstions */
-               return (NOTFPU);
-#endif
        } else if (instr.i_any.i_opcd == OPC_sp_fp_59 ||
                instr.i_any.i_opcd == OPC_dp_fp_63) {
 



Home | Main Index | Thread Index | Old Index