HomeSort by: relevance | last modified time | path
    Searched refs:FPU_NONE (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
fpu_machdep.c 47 * FPU type; emulator uses FPU_NONE
54 [FPU_NONE] = "emulator",
56 [FPU_NONE] = "no math support",
73 if (fputype != FPU_NONE)
  /src/sys/arch/atari/atari/
fpu_machdep.c 56 [FPU_NONE] = " emulated ",
58 [FPU_NONE] = " no ",
machdep.c 191 if (fputype != FPU_NONE)
  /src/sys/arch/sun3/sun3/
fpu_machdep.c 78 if (fputype == FPU_NONE) {
  /src/sys/arch/m68k/m68k/
procfs_machdep.c 61 case FPU_NONE:
fpu.c 66 return FPU_NONE;
sig_machdep.c 253 if (fputype != FPU_NONE) {
364 if (fputype != FPU_NONE) {
  /src/sys/arch/m68k/include/
m68k.h 79 #define FPU_NONE 0 /* no FPU */
  /src/sys/arch/luna68k/luna68k/
machdep.c 322 if (fputype != FPU_NONE)
367 case FPU_NONE:
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 176 case FPU_NONE:
343 case FPU_NONE:
611 case FPU_NONE:
757 case FPU_NONE:
  /src/sys/arch/hp300/hp300/
machdep.c 298 if (fputype != FPU_NONE)
446 case FPU_NONE:
  /src/sys/arch/cesfic/cesfic/
machdep.c 241 if (fputype != FPU_NONE)
  /src/sys/arch/amiga/amiga/
machdep.c 332 fputype = FPU_NONE;
335 fputype = FPU_NONE;
363 fputype = FPU_NONE;
locore.s 1359 .long FPU_NONE
  /src/sys/arch/next68k/next68k/
machdep.c 285 if (fputype != FPU_NONE)
  /src/sys/arch/virt68k/virt68k/
machdep.c 260 if (fputype != FPU_NONE)
  /src/sys/arch/sun2/sun2/
machdep.c 305 fputype = FPU_NONE;
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 440 if (fputype != FPU_NONE)
  /src/sys/arch/news68k/news68k/
machdep.c 213 if (fputype != FPU_NONE)
  /src/sys/arch/x68k/x68k/
machdep.c 274 if (fputype != FPU_NONE)
locore.s 882 .long FPU_NONE

Completed in 259 milliseconds