HomeSort by: relevance | last modified time | path
    Searched refs:FPSP (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/m68k/fpsp/
Makefile.inc 18 FPSPDST?= ${.OBJDIR}/lib/fpsp
21 FPSPDIR= ${S:S@^.@${FPSPDOTDIR}@:q}/arch/m68k/fpsp
22 FPSPOBJ= ${FPSPDST}/fpsp.o
23 HAS_FPSP!= grep '^\#define FPSP 1$$' opt_fpsp.h || echo
25 FPSP= ${FPSPOBJ}
44 ${FPSP}: .MAKE .NOTMAIN __always_make_fpsp
45 @echo making sure the 68040 FPSP is up to date...
46 @${FPSPMAKE} fpsp.o
49 @echo making sure the profiled 68040 FPSP is up to date...
50 @${FPSPMAKE} fpsp.p
    [all...]
l_fpsp.h 37 * l_fpsp.h --- stack frame offsets for library version of FPSP
39 * This file is derived from fpsp.h. All equates that refer
44 * the kernel version of the FPSP are left in to minimize the
65 * | FPSP Local Variables |
75 * | an FPSP library |
104 * Note that you must still save fp2/fp3 because the FPSP emulation
224 * FPSR combinations used in the FPSP
fpsp.h 1 * $NetBSD: fpsp.h,v 1.2 1994/10/26 07:49:04 cgd Exp $
34 * fpsp.h 3.3 3.3
37 * fpsp.h --- stack frame offsets during FPSP exception handling
40 * frame and any local variables needed by the FPSP package.
42 * All FPSP handlers begin by executing:
58 * | FPSP Local Variables |
292 * FPSR combinations used in the FPSP
350 VER_4 equ $40 fpsp compatible version numbers
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 68 # Software Package. For a normal exit, all 060FPSP routines call this
79 # This is the exit point for the 060FPSP when an enabled overflow exception
97 # This is the exit point for the 060FPSP when an enabled underflow exception
115 # This is the exit point for the 060FPSP when an enabled operand error exception
134 # This is the exit point for the 060FPSP when an enabled signalling NaN exception
153 # This is the exit point for the 060FPSP when an enabled divide-by-zero exception
172 # This is the exit point for the 060FPSP when an enabled inexact exception
191 # This is the exit point for the 060FPSP when an enabled bsun exception
214 # This is the exit point for the 060FPSP when an F-Line Illegal exception is
217 # the FPU is disabled, and F-Line Illegal instructions. The 060FPSP modul
    [all...]
fpsp.doc 2 # $NetBSD: fpsp.doc,v 1.2 2007/04/29 20:23:35 msaitoh Exp $
41 The file fpsp.sa contains the 68060 Floating-Point Software
52 The file fpsp.sa is essentially a hexadecimal image of the
67 The source code fpsp.s has also been included but only for
90 is NOT INCLUDED in fpsp.sa (an example "Call-out" section is provided at
92 the FPSP routines to reference external functions that must be provided
95 to a function required by the FPSP (these functions and their location are
96 listed in "68060FPSP call-outs" below). Each field entry should contain
99 fpsp.sa image in memory.
102 to access the functions within the FPSP. Since the fpsp.sa hex file contain
    [all...]
test.doc 42 the state of the 68060ISP and 68060FPSP once they have been installed.
90 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
100 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling
121 68060FPSP-TEST Call-outs:
150 68060FPSP-TEST Entry-points:
  /src/sys/arch/amiga/amiga/
vectors.s 94 #ifdef FPSP
  /src/sys/arch/cesfic/cesfic/
autoconf.c 85 #ifdef FPSP /* XXX this shouldn't be here but in a "cpu" node */
locore.s 396 jne Lfp_unimp | no, skip FPSP
400 #ifdef FPSP
421 #ifdef FPSP
  /src/sys/arch/atari/conf/
FALCON 19 options FPSP # 68040 Floatingpoint support
MILAN-ISAIDE 18 options FPSP # 68040 Floatingpoint support
MILAN-PCIIDE 18 options FPSP # 68040 Floatingpoint support
HADES 18 options FPSP # 68040 Floatingpoint support
GENERIC.in 65 options FPSP # 68040 Floatingpoint support
  /src/sys/arch/mac68k/mac68k/
vectors.s 106 #ifdef FPSP
locore.s 485 jne Lfp_unimp | no, skip FPSP
489 #ifdef FPSP
507 #ifdef FPSP
  /src/sys/arch/virt68k/virt68k/
locore.s 281 jne Lfp_unimp | no, skip FPSP
284 #ifdef FPSP
299 jne Lfp_unsupp | No, skip FPSP
300 #ifdef FPSP
  /src/sys/arch/x68k/x68k/
vectors.s 92 #ifdef FPSP
locore.s 397 jne Lfp_unimp | no, skip FPSP
400 #ifdef FPSP
422 jne Lfp_unsupp | no, skip FPSP
423 #ifdef FPSP
  /src/sys/arch/mvme68k/mvme68k/
locore.s 702 jne Lfp_unimp | no, skip FPSP
705 #ifdef FPSP
720 jne Lfp_unsupp | No, skip FPSP
721 #ifdef FPSP
  /src/sys/arch/next68k/next68k/
locore.s 412 jne Lfp_unimp | no, skip FPSP
416 #ifdef FPSP
434 #ifdef FPSP
  /src/sys/arch/luna68k/luna68k/
locore.s 337 jne Lfp_unimp | no, skip FPSP
341 #ifdef FPSP
359 #ifdef FPSP
  /src/sys/arch/atari/atari/
vectors.s 99 #ifdef FPSP
  /src/sys/arch/m68k/m68k/
vectors.c 121 #ifdef FPSP
  /src/sys/arch/hp300/hp300/
locore.s 572 jne Lfp_unimp | no, skip FPSP
576 #ifdef FPSP
594 #ifdef FPSP

Completed in 98 milliseconds

1 2