Searched refs:fpu (Results 1 – 21 of 21) sorted by relevance
| /Zephyr-latest/arch/arm/core/ |
| D | fatal.c | 29 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/ |
| D | fault.c | 118 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/ |
| D | CMakeLists.txt | 26 zephyr_library_sources_ifdef(CONFIG_FPU_SHARING fpu.c fpu.S)
|
| /Zephyr-latest/cmake/compiler/iar/ |
| D | target.cmake | 52 # 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})
|
| D | iccarm-fpu.cmake | 5 # Determines what argument to give to --fpu= based on the
|
| /Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
| D | exception.h | 65 struct __fpu_sf fpu; member
|
| /Zephyr-latest/arch/arm64/core/ |
| D | CMakeLists.txt | 33 zephyr_library_sources_ifdef(CONFIG_FPU_SHARING fpu.c fpu.S)
|
| /Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
| D | exception.h | 119 struct __fpu_sf fpu; member
|
| /Zephyr-latest/arch/arm/core/cortex_m/ |
| D | CMakeLists.txt | 9 fpu.c
|
| /Zephyr-latest/arch/arm/include/cortex_m/ |
| D | exception.h | 249 z_arm_coredump_fault_sp += sizeof(esf->fpu); in z_arm_set_fault_sp()
|
| /Zephyr-latest/cmake/compiler/armclang/ |
| D | target.cmake | 13 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
|
| /Zephyr-latest/cmake/compiler/clang/ |
| D | target.cmake | 23 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
|
| /Zephyr-latest/cmake/compiler/gcc/ |
| D | target.cmake | 64 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake)
|
| /Zephyr-latest/boards/st/stm32h7b3i_dk/ |
| D | stm32h7b3i_dk.dts | 79 compatible = "st,stm32-dcmi-camera-fpu-330zh";
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-4.1.rst | 699 * :dtcompatible:`st,dcmi-camera-fpu-330zh`
|
| D | release-notes-2.6.rst | 200 * 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…
|
| D | release-notes-3.2.rst | 1688 - :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…
|
| D | release-notes-2.0.rst | 1131 * :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
|
| D | release-notes-3.1.rst | 1221 - :github:`44948` - cmsis_dsp: transofrm: error during building cf64.fpu and rf64.fpu for mps2_an52…
|
| D | release-notes-1.14.rst | 111 * :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
|
| D | release-notes-3.3.rst | 2617 - :github:`44948` - cmsis_dsp: transform: error during building cf64.fpu and rf64.fpu for mps2_an52…
|