HomeSort by: relevance | last modified time | path
    Searched defs:fpu (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/m68k/m68k/
procfs_machdep.c 21 const char *cpu, *mmu, *fpu; local
74 fpu = "none(soft float)";
77 fpu = "68881";
80 fpu = "68882";
83 fpu = "68040";
86 fpu = "68060";
89 fpu = "unknown";
97 "FPU:\t\t%s\n",
102 cpu, mmu, fpu);
  /src/tests/lib/libpthread/
t_fpu.c 125 ATF_TC(fpu); variable
126 ATF_TC_HEAD(fpu, tc)
132 ATF_TC_BODY(fpu, tc)
149 ATF_TP_ADD_TC(tp, fpu);
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-cpu.h 24 #include "cgen-fpu.h"
90 CGEN_FPU fpu; member in struct:__anon21880
91 #define CGEN_CPU_FPU(cpu) (& (cpu)->cgen_cpu.fpu)
  /src/external/gpl3/gdb/dist/sim/common/
cgen-cpu.h 24 #include "cgen-fpu.h"
90 CGEN_FPU fpu; member in struct:__anon1370
91 #define CGEN_CPU_FPU(cpu) (& (cpu)->cgen_cpu.fpu)
  /src/sys/kern/
subr_workqueue.c 166 int s, fpu = wq->wq_flags & WQ_FPU; local
171 if (fpu)
203 if (fpu)
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-def.h 112 unsigned char fpu; /* ISA_EXT_FPU_ */ member in struct:loongarch_isa
loongarch-opts.cc 145 int arch, tune, fpu, abi_base, abi_ext, cmodel; member in struct:__anon15779
184 constrained.fpu = 1;
187 + forced fpu) is enough for computing the forced base ABI. */
191 force_isa.fpu = opt_fpu;
249 /* "-march=native" overrides the default FPU type. */
250 t.isa.fpu = constrained.fpu ? opt_fpu :
252 t.isa.fpu : DEFAULT_ISA_EXT_FPU);
302 else if (!constrained.fpu)
303 t.isa.fpu = isa_min->fpu
    [all...]
  /src/external/gpl3/gcc/dist/gcc/common/config/arm/
arm-common.cc 642 name was selected (arch, cpu, fpu) and the second is the value
655 const char *fpu = NULL; local
676 else if (strcmp (argv[0], "fpu") == 0)
677 fpu = argv[1];
702 if (!fpu)
703 fpu = FPUTYPE_AUTO;
727 if (fpu && strcmp (fpu, "auto") != 0)
729 /* We assume that architectures do not have any FPU bits
732 const arm_fpu_desc *target_fpu = arm_parse_fpu_option (fpu);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-def.h 150 int fpu; /* ISA_EXT_FPU_ */ member in struct:loongarch_isa
161 base (0), fpu (0), simd (0), evolution (0), evolution_set (0)
164 loongarch_isa fpu_ (int _fpu) { fpu = _fpu; return *this; }
loongarch-opts.cc 146 int cpu_arch, int cpu_tune, int fpu, int simd,
156 target->isa.fpu = fpu;
185 int arch, tune, fpu, simd, abi_base, abi_ext, cmodel, member in struct:__anon13344
190 M_OPT_ABSENT (target->isa.fpu) ? 0 : 1,
214 t.isa.fpu assignment below, because otherwise there would be three
218 target->isa.fpu = flags->flt;
219 constrained.fpu = 1;
222 + forced fpu) is enough for computing the forced base ABI. */
225 force_isa.fpu = flags->flt
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 642 name was selected (arch, cpu, fpu) and the second is the value
655 const char *fpu = NULL; local
676 else if (strcmp (argv[0], "fpu") == 0)
677 fpu = argv[1];
700 if (!fpu)
701 fpu = FPUTYPE_AUTO;
734 if (fpu && strcmp (fpu, "auto") != 0)
736 /* We assume that architectures do not have any FPU bits
739 const arm_fpu_desc *target_fpu = arm_parse_fpu_option (fpu);
    [all...]
  /src/sys/dev/nvmm/x86/
nvmm_x86.h 268 struct fxsave fpu; member in struct:nvmm_x64_state
  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 560 /* Determine if a MIPS3 or later cpu is operating in MIPS{1,2} FPU
1112 do not try to convert between FPU layouts. */
4427 is no FPU, FP are not even considered as possible candidates for
6456 gdb_printf (file, "fpu type: %s\n",
6922 /* Commands to show/set the MIPS FPU type. */
6927 const char *fpu; local
6941 fpu = "single-precision";
6944 fpu = "double-precision";
6947 fpu = "absent (none)";
6955 fpu);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 562 /* Determine if a MIPS3 or later cpu is operating in MIPS{1,2} FPU
1117 do not try to convert between FPU layouts. */
4430 is no FPU, FP are not even considered as possible candidates for
6462 gdb_printf (file, "fpu type: %s\n",
6927 /* Commands to show/set the MIPS FPU type. */
6932 const char *fpu; local
6946 fpu = "single-precision";
6949 fpu = "double-precision";
6952 fpu = "absent (none)";
6960 fpu);
    [all...]

Completed in 93 milliseconds