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

1 2

  /src/sys/arch/mac68k/mac68k/
fpu_machdep.c 70 fputype = fpu_probe();
73 if (fputype != FPU_NONE)
76 if ((0 <= fputype) && (fputype <= 3))
77 descr = fpu_descr[fputype];
  /src/sys/arch/sun3/sun3/
fpu_machdep.c 70 fputype = fpu_probe();
71 if (fputype < 0 || fputype > maxtype)
72 fputype = FPU_UNKNOWN;
74 descr = fpu_descr[fputype];
78 if (fputype == FPU_NONE) {
  /src/sys/arch/sun2/sun2/
machdep.h 102 extern int fputype;
  /src/external/gpl3/gdb/dist/gdb/arch/
loongarch.c 50 if (features.fputype == SINGLE_FLOAT)
52 else if (features.fputype == DOUBLE_FLOAT)
loongarch.h 86 int fputype = 0; member in struct:loongarch_gdbarch_features
  /src/external/gpl3/gdb.old/dist/gdb/arch/
loongarch.c 50 if (features.fputype == SINGLE_FLOAT)
52 else if (features.fputype == DOUBLE_FLOAT)
loongarch.h 86 int fputype = 0; member in struct:loongarch_gdbarch_features
  /src/sys/arch/m68k/include/
m68k.h 62 extern int fputype; /* FPU on this host */
78 /* values for fputype */
  /src/sys/arch/m68k/m68k/
procfs_machdep.c 60 switch (fputype) {
switch_subr.s 104 tstl _C_LABEL(fputype) | Do we have an FPU?
111 cmpl #FPU_68060,_C_LABEL(fputype)
175 tstl _C_LABEL(fputype) | Do we have an FPU?
181 cmpl #FPU_68060,_C_LABEL(fputype)
227 tstl _C_LABEL(fputype) | Do we have FPU?
234 cmpl #FPU_68060,_C_LABEL(fputype)
301 cmpl #FPU_68060,_C_LABEL(fputype)
328 cmpl #FPU_68060,_C_LABEL(fputype)
m68k_machdep.c 120 if (fputype)
core_machdep.c 91 if (fputype) {
sig_machdep.c 85 ((fputype == FPU_68060 && \
87 (fputype != FPU_68060 && \
253 if (fputype != FPU_NONE) {
364 if (fputype != FPU_NONE) {
compat_16_machdep.c 163 if (fputype) {
347 if (fputype && (flags & SS_FPSTATE))
  /src/sys/arch/atari/atari/
machdep.c 117 int fputype = 0; variable
192 if (fputype != FPU_NONE)
248 fputype = fpu_probe();
249 fpu = fpu_describe(fputype);
  /src/sys/arch/amiga/amiga/
machdep.c 332 fputype = FPU_NONE;
335 fputype = FPU_NONE;
338 fputype = FPU_68040; /* XXX */
346 fputype = FPU_68040; /* XXX */
357 fputype = FPU_68882;
360 fputype = FPU_68881;
363 fputype = FPU_NONE;
  /src/sys/arch/virt68k/virt68k/
locore.s 185 tstl _C_LABEL(fputype) | Have an FPU?
235 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
253 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
284 cmpl #FPU_68040,_C_LABEL(fputype)
588 GLOBAL(fputype)
machdep.c 282 if (fputype != FPU_NONE)
344 switch (fputype) {
  /src/sys/arch/next68k/next68k/
locore.s 228 RELOC(fputype, %a0)
246 RELOC(fputype, %a0) | all of the 68020 systems
346 tstl _C_LABEL(fputype) | Have an FPU?
399 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
420 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
453 cmpl #FPU_68040,_C_LABEL(fputype)
834 GLOBAL(fputype)
machdep.c 342 if (fputype != FPU_NONE)
428 switch (fputype) {
  /src/sys/arch/luna68k/luna68k/
locore.s 154 RELOC(fputype,%a0)
250 movl %d0,_C_LABEL(fputype)
251 tstl _C_LABEL(fputype) | Have an FPU?
306 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
327 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
360 cmpl #FPU_68040,_C_LABEL(fputype)
748 GLOBAL(fputype)
machdep.c 344 if (fputype != FPU_NONE)
382 switch (fputype) {
  /src/sys/arch/cesfic/cesfic/
locore.s 208 RELOC(fputype, %a0)
331 tstl _C_LABEL(fputype) | Have an FPU?
387 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
411 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
447 cmpl #FPU_68040,_C_LABEL(fputype)
801 GLOBAL(fputype)
  /src/sys/arch/x68k/x68k/
locore.s 347 movl %d0,_C_LABEL(fputype)
348 tstl _C_LABEL(fputype) | Have an FPU?
404 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
429 cmpl #FPU_68040,_C_LABEL(fputype) | 68040 FPU?
467 cmpl #FPU_68040,_C_LABEL(fputype)
889 GLOBAL(fputype)
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 1597 features.fputype = SINGLE_FLOAT;
1599 features.fputype = DOUBLE_FLOAT;
1623 /* If the FPUTYPE field is still 0 then we got nothing useful from INFO.BFD,
1626 if (features.fputype == 0)
1627 features.fputype = DOUBLE_FLOAT;
1783 /* If the ABI_FEATURES xlen or fputype is 0 then this indicates we got
1790 features.fputype = abi_features.fputype;
1793 if (abi_features.fputype == 0)
1796 features.fputype = DOUBLE_FLOAT
    [all...]

Completed in 63 milliseconds

1 2