Home
last modified time | relevance | path

Searched refs:fpu (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/arch/arm/core/
Dfatal.c29 for (int i = 0; i < ARRAY_SIZE(esf->fpu.s); i += 4) { in esf_dump()
32 i, (uint32_t)esf->fpu.s[i], in esf_dump()
33 i + 1, (uint32_t)esf->fpu.s[i + 1], in esf_dump()
34 i + 2, (uint32_t)esf->fpu.s[i + 2], in esf_dump()
35 i + 3, (uint32_t)esf->fpu.s[i + 3]); in esf_dump()
38 for (int i = 0; i < ARRAY_SIZE(esf->fpu.d); i += 4) { in esf_dump()
41 i, (uint64_t)esf->fpu.d[i], in esf_dump()
42 i + 1, (uint64_t)esf->fpu.d[i + 1], in esf_dump()
43 i + 2, (uint64_t)esf->fpu.d[i + 2], in esf_dump()
44 i + 3, (uint64_t)esf->fpu.d[i + 3]); in esf_dump()
[all …]
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dfault.c118 static ALWAYS_INLINE void z_arm_fpu_caller_save(struct __fpu_sf *fpu) in z_arm_fpu_caller_save() argument
122 : : "r" (&fpu->s[0]) in z_arm_fpu_caller_save()
129 : "r" (&fpu->d[0]) in z_arm_fpu_caller_save()
218 esf->fpu.undefined = __get_FPEXC(); in z_arm_fault_undef_instruction()
219 esf->fpu.fpscr = __get_FPSCR(); in z_arm_fault_undef_instruction()
220 z_arm_fpu_caller_save(&esf->fpu); in z_arm_fault_undef_instruction()
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt26 zephyr_library_sources_ifdef(CONFIG_FPU_SHARING fpu.c fpu.S)
/Zephyr-latest/cmake/compiler/iar/
Dtarget.cmake52 # Used for settings correct cpu/fpu option for gnu assembler
54 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
56 # Map KConfig option to icc cpu/fpu
58 include(${ICC_BASE}/iccarm-fpu.cmake)
120 list(APPEND IAR_COMMON_FLAGS --fpu=${ICCARM_FPU})
Diccarm-fpu.cmake5 # Determines what argument to give to --fpu= based on the
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h65 struct __fpu_sf fpu; member
/Zephyr-latest/arch/arm64/core/
DCMakeLists.txt33 zephyr_library_sources_ifdef(CONFIG_FPU_SHARING fpu.c fpu.S)
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h119 struct __fpu_sf fpu; member
/Zephyr-latest/arch/arm/core/cortex_m/
DCMakeLists.txt9 fpu.c
/Zephyr-latest/arch/arm/include/cortex_m/
Dexception.h249 z_arm_coredump_fault_sp += sizeof(esf->fpu); in z_arm_set_fault_sp()
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake13 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake23 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
/Zephyr-latest/cmake/compiler/gcc/
Dtarget.cmake64 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
/Zephyr-latest/boards/st/stm32h7b3i_dk/
Dstm32h7b3i_dk.dts79 compatible = "st,stm32-dcmi-camera-fpu-330zh";
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst699 * :dtcompatible:`st,dcmi-camera-fpu-330zh`
Drelease-notes-2.6.rst200 * Disallowed fpu hard ABI when building Non-Secure applications with TF-M on Cortex-M33.
1478 * :github:`33956` - tests: kernel: fpu: Several tests related to fpu fail on nrf5340dk_nrf5340_cpua…
Drelease-notes-3.2.rst1688 - :github:`44948` - cmsis_dsp: transofrm: error during building cf64.fpu and rf64.fpu for mps2_an52…
2198 * :github:`47855` - tests: arch: arm: fpu: arch.arm.swap.common.fpu_sharing.no_optimizations - Data…
Drelease-notes-2.0.rst1131 * :github:`16001` - ARC iotdk supports MPU and fpu in hardware but not enabled in kconfig
1252 * :github:`15483` - add mpu and fpu support for arc iotdk
Drelease-notes-3.1.rst1221 - :github:`44948` - cmsis_dsp: transofrm: error during building cf64.fpu and rf64.fpu for mps2_an52…
Drelease-notes-1.14.rst111 * :github:`16001` - ARC iotdk supports MPU and fpu in hardware but not enabled in kconfig
310 * :github:`16001` - ARC iotdk supports MPU and fpu in hardware but not enabled in kconfig
Drelease-notes-3.3.rst2617 - :github:`44948` - cmsis_dsp: transform: error during building cf64.fpu and rf64.fpu for mps2_an52…