/arch/sparc/kernel/ |
D | cpu.c | 60 #define FPU(ver, _name) \ macro 75 FPU(0, "Fujitsu MB86910 or Weitek WTL1164/5"), 76 FPU(1, "Fujitsu MB86911 or Weitek WTL1164/5 or LSI L64831"), 77 FPU(2, "LSI Logic L64802 or Texas Instruments ACT8847"), 79 FPU(3, "Weitek WTL3170/2"), 81 FPU(4, "Lsi Logic/Meiko L64804 or compatible"), 82 FPU(-1, NULL) 99 FPU(0, "ROSS HyperSparc combined IU/FPU"), 100 FPU(1, "Lsi Logic L64814"), 101 FPU(2, "Texas Instruments TMS390-C602A"), [all …]
|
/arch/x86/math-emu/ |
D | README | 2 | wm-FPU-emu an FPU emulator for 80386 and 80486SX microprocessors. | 25 wm-FPU-emu is an FPU emulator for Linux. It is derived from wm-emu387 31 My target FPU for wm-FPU-emu is that described in the Intel486 33 facets of the functioning of the FPU are not well covered in the 40 wm-FPU-emu does not implement all of the behaviour of the 80486 FPU, 56 ----------------------- Internals of wm-FPU-emu ----------------------- 82 emulate each FPU instruction to completion without interruption. 99 ----------------------- Limitations of wm-FPU-emu ----------------------- 101 There are a number of differences between the current wm-FPU-emu 102 (version 2.01) and the 80486 FPU (apart from bugs). The differences [all …]
|
/arch/sh/ |
D | Kconfig.cpu | 21 prompt "FPU support" 25 have FPU units (ie, SH77xx). 27 This option must be set in order to enable the FPU. 31 prompt "FPU emulation support" 34 Selecting this option will enable support for software FPU emulation.
|
/arch/nds32/ |
D | Kconfig.cpu | 11 config FPU config 12 bool "FPU support" 15 If FPU ISA is used in user space, this configuration shall be Y to 19 If no FPU ISA is used in user space, say N. 22 bool "lazy FPU support" 23 depends on FPU 26 Say Y here to enable the lazy FPU scheme. The lazy FPU scheme can 28 frequency of the FPU register. 34 depends on FPU 40 possibly significant due to additional FPU exception.
|
/arch/m68k/ |
D | Kconfig.cpu | 70 select FPU 81 select FPU 91 select FPU 102 select FPU 284 select FPU if MMU 295 select FPU if MMU 341 depends on M68KCLASSIC && FPU 468 config FPU config
|
D | Kconfig.machine | 133 Q60. Select your CPU below. For 68LC060 don't forget to enable FPU
|
/arch/m68k/ifpsp060/ |
D | fskeleton.S | 208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 219 | This is the exit point for the 060FPSP when an FPU disabled exception is 222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module 223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled 226 | The sample code below enables the FPU, sets the PC field in the exception stack
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 32 FPU, enumerator
|
/arch/x86/kernel/ |
D | head_32.S | 215 andl $~1,%edx # Ignore CPUID.FPU 216 jz .Lenable_paging # No flags or only CPUID.FPU = no CR4
|
/arch/mips/dec/ |
D | int-handler.S | 144 bnez t2,fpu # handle FPU immediately
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 258 bool "Support for Floating Point Unit (FPU)" if PPC_MPC832x 263 Most 6xx have an FPU but e300c2 core (mpc832x) don't have 264 an FPU, so when building an embedded kernel for that target 265 you can disable FPU support.
|
/arch/arc/ |
D | Kconfig | 326 bool "Enable FPU state persistence across context switch" 328 ARCompact FPU has internal registers to assist with Double precision 369 bool "Reg Pair ACCL:ACCH (FPU and/or MPY > 6 and/or DSP)"
|
/arch/m68k/fpsp040/ |
D | fpsp.h | 28 | | FPU fsave area | 60 | if the FPU state after the exception is idle.
|
D | gen_except.S | 222 | unimplemented, no FPU restore is necessary. If it was
|
/arch/nios2/ |
D | Kconfig | 41 config FPU config
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 960 # The `060 FPU multiplier hardware is such that if the result of a 1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1958 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 2393 # If FPU disabled: # 2394 # - The system stack is changed to an FPU disabled stack frame # 2415 # FPU before exiting. In either the enabled or disabled cases, we # 2459 btst &0x1,%d0 # is FPU disabled? 2943 # The FPU is disabled and so we should really have taken the "Line 3830 # can occur because then FPU is disabled or the instruction is to be # 3839 # check to see if the FPU is disabled. if so, jump to the OS entry
|
D | fpsp.S | 961 # The `060 FPU multiplier hardware is such that if the result of a 1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1959 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 2394 # If FPU disabled: # 2395 # - The system stack is changed to an FPU disabled stack frame # 2416 # FPU before exiting. In either the enabled or disabled cases, we # 2460 btst &0x1,%d0 # is FPU disabled? 2944 # The FPU is disabled and so we should really have taken the "Line 3829 # (1) FPU unimplemented instruction (6 word stack frame) # 3830 # (2) FPU disabled (8 word stack frame) # [all …]
|
/arch/csky/ |
D | Kconfig | 281 bool "CPU has FPU coprocessor"
|
/arch/x86/kvm/ |
D | cpuid.c | 413 F(FPU) | F(VME) | F(DE) | F(PSE) | in kvm_set_cpu_caps() 489 F(FPU) | F(VME) | F(DE) | F(PSE) | in kvm_set_cpu_caps()
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 61 | FPDATA - base of emulated FPU registers
|
/arch/riscv/ |
D | Kconfig | 387 config FPU config 388 bool "FPU support"
|
/arch/powerpc/ |
D | Kconfig | 440 such as fsqrt on cores that do have an FPU but do not implement 453 a FPU, you should select this. 456 bool "Just emulate the FPU unimplemented instructions" 458 Select this if you know there does have a hardware FPU on your
|
/arch/x86/ |
D | Kconfig.debug | 202 bool "Debug the x86 FPU code"
|
D | Kconfig.cpu | 57 Select this for an 486-class CPU without an FPU such as
|
/arch/mips/ |
D | Kconfig | 2338 including initialization of FPU hardware, FP context save & restore 2339 and emulation of an FPU where necessary. Without this support any 2404 bool "Dynamic FPU affinity for FP-intensive threads" 3096 size and complexity of the compiled FPU emulator. Thus if you are
|