Home
last modified time | relevance | path

Searched refs:FPU (Results 1 – 25 of 29) sorted by relevance

12

/arch/sparc/kernel/
Dcpu.c60 #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/
DREADME2 | 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/
DKconfig.cpu22 prompt "FPU support"
26 have FPU units (ie, SH77xx).
28 This option must be set in order to enable the FPU.
36 prompt "FPU emulation support"
39 Selecting this option will enable support for software FPU emulation.
/arch/mn10300/kernel/
Dfpu-nofpu-low.S21 # - handle an exception due to the FPU being disabled
Dfpu-low.S131 # - initialise the FPU
160 # - note that an FPU Operational exception might occur during this process
188 # - handle an exception due to the FPU being disabled
/arch/mips/kvm/
D00README.txt29 (5) Use Host FPU
30 Currently KVM/MIPS emulates a 24K CPU without a FPU.
/arch/mn10300/
DKconfig126 config FPU config
127 bool "FPU present"
132 bool "Save FPU state lazily"
134 depends on FPU && !SMP
136 Enable this to be lazy in the saving of the FPU state to the owning
138 don't use the FPU as only those tasks that use it will pass it
142 This can't be so easily used on SMP as the process that owns the FPU
/arch/m68k/
DKconfig.cpu66 select FPU
77 select FPU
87 select FPU
98 select FPU
267 select FPU if MMU
277 select FPU if MMU
422 config FPU config
DKconfig.machine119 Q60. Select your CPU below. For 68LC060 don't forget to enable FPU
/arch/m68k/ifpsp060/
Dfskeleton.S208 | 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/
Dhinv.h32 FPU, enumerator
/arch/metag/
DKconfig175 bool "FPU Support"
179 This option allows processes to use FPU hardware available with this
180 CPU. If this option is not enabled FPU registers will not be saved
/arch/mips/dec/
Dint-handler.S144 bnez t2,fpu # handle FPU immediately
/arch/mn10300/include/asm/
Dframe.inc48 # disable the FPU inside the kernel
/arch/x86/kernel/
Dhead_32.S250 andl $~1,%edx # Ignore CPUID.FPU
251 jz .Lenable_paging # No flags or only CPUID.FPU = no CR4
/arch/arc/
DKconfig374 bool "Enable FPU state persistence across context switch"
379 Note that ARC FPU is overly simplistic, unlike say x86, which has
381 based on actual usage of FPU by a task. Thus our implemn does
413 bool "Reg Pair ACCL:ACCH (FPU and/or MPY > 6)"
/arch/c6x/
DKconfig26 config FPU config
/arch/m68k/fpsp040/
Dfpsp.h28 | | FPU fsave area |
60 | if the FPU state after the exception is idle.
Dgen_except.S222 | unimplemented, no FPU restore is necessary. If it was
/arch/m68k/ifpsp060/src/
Dpfpsp.S960 # 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
/arch/nios2/
DKconfig38 config FPU config
/arch/x86/kvm/
Dcpuid.c336 F(FPU) | F(VME) | F(DE) | F(PSE) | in __do_cpuid_ent()
346 F(FPU) | F(VME) | F(DE) | F(PSE) | in __do_cpuid_ent()
/arch/m68k/math-emu/
Dfp_scan.S61 | FPDATA - base of emulated FPU registers
/arch/powerpc/
DKconfig422 such as fsqrt on cores that do have an FPU but do not implement
435 a FPU, you should select this.
438 bool "Just emulate the FPU unimplemented instructions"
440 Select this if you know there does have a hardware FPU on your
/arch/x86/
DKconfig.debug337 bool "Debug the x86 FPU code"

12