Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/soc/intel/lakemont/
DKconfig8 select X86_MMU if FPU
9 select X86_SSE if FPU
10 select X86_SSE2 if FPU
11 select X86_SSE3 if FPU
12 select X86_SSSE3 if FPU
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst64 * FPU user: A thread that can use the standard floating point registers
72 context switches to ensure the computations performed by each FPU user
83 treats *all* threads as FPU users when shared FP registers mode is enabled.
145 On the ARM64 (Aarch64) architecture the kernel treats each thread as a FPU
149 FPU user to a non-user thread, and then back to the original FPU user.
151 FPU register usage by ISRs is supported although not recommended. When an
153 current FPU user context is saved in the thread object and the ISR is resumed
155 and potentially requesting FPU usage. Because ISR don't have a persistent
156 register context, there are no provision for saving an ISR's FPU context
166 or FPU user and the thread must be tagged by one of the
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
DKconfig.defconfig12 config FPU config
19 config FPU config
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
DKconfig.defconfig14 config FPU config
21 config FPU config
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
DKconfig.defconfig12 config FPU config
19 config FPU config
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
DKconfig.defconfig25 config FPU config
29 default y if FPU
/Zephyr-latest/boards/silabs/radio_boards/slwrb4170a/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
DKconfig.defconfig25 config FPU config
29 default y if FPU
/Zephyr-latest/boards/silabs/radio_boards/slwrb4104a/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/silabs/radio_boards/slwrb4161a/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/silabs/radio_boards/slwrb4180a/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/silabs/radio_boards/slwrb4250b/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/silabs/radio_boards/xg24_rb4187c/
DKconfig.defconfig19 config FPU config
26 config FPU config
/Zephyr-latest/boards/sparkfun/thing_plus_matter_mgm240p/
DKconfig.defconfig17 config FPU config
24 config FPU config
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/
Dadp_xc7k_ae350_defconfig21 # FPU (single precision) options
27 # FPU (double precision) options
/Zephyr-latest/arch/arm/core/cortex_m/
Dprep_c.c118 FPU->FPCCR &= (~(FPU_FPCCR_ASPEN_Msk | FPU_FPCCR_LSPEN_Msk)); in z_arm_floating_point_init()
133 FPU->FPCCR = FPU_FPCCR_ASPEN_Msk | FPU_FPCCR_LSPEN_Msk; in z_arm_floating_point_init()
/Zephyr-latest/soc/andestech/ae350/
DKconfig50 prompt "FPU options"
54 bool "No FPU"
57 bool "Single precision FPU"
61 bool "Double precision FPU"
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dmain.c13 #error Rebuild with the FPU config option enabled
/Zephyr-latest/soc/renesas/rzt2m/
DKconfig.defconfig12 config FPU config
/Zephyr-latest/arch/x86/core/
DKconfig.ia32103 depends on FPU
117 depends on FPU
121 This hidden option unconditionally saves/restores the FPU/SIMD
127 FPU register set, should be used any time CONFIG_FPU is
128 enabled, regardless if the FPU is used by one thread or multiple.
132 depends on FPU
149 default y if !FPU
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/
DKconfig.defconfig18 config FPU config
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
DKconfig.defconfig14 config FPU config
/Zephyr-latest/soc/renesas/ra/ra4w1/
DKconfig12 select FPU
/Zephyr-latest/soc/renesas/ra/ra6m1/
DKconfig12 select FPU

123456789