Home
last modified time | relevance | path

Searched refs:fpexc (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreAFunc.c113 uint32_t fpexc = __get_FPEXC(); in TC_CoreAFunc_FPEXC() local
114 __set_FPEXC(fpexc); in TC_CoreAFunc_FPEXC()
116 ASSERT_TRUE(fpexc == __get_FPEXC()); in TC_CoreAFunc_FPEXC()
228 uint32_t fpexc = __get_FPEXC(); in TC_CoreAFunc_FPU_Enable() local
229 __set_FPEXC(fpexc & ~0x40000000ul); // disable FPU in TC_CoreAFunc_FPU_Enable()
231 fpexc = __get_FPEXC(); in TC_CoreAFunc_FPU_Enable()
232 ASSERT_TRUE((fpexc & 0x40000000ul) == 0x00000000ul); in TC_CoreAFunc_FPU_Enable()
248 fpexc = __get_FPEXC(); in TC_CoreAFunc_FPU_Enable()
249 ASSERT_TRUE((fpexc & 0x40000000ul) == 0x40000000ul); in TC_CoreAFunc_FPU_Enable()
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_clang_a.h827 __STATIC_FORCEINLINE void __set_FPEXC(uint32_t fpexc) in __set_FPEXC() argument
830 __ASM volatile ("VMSR fpexc, %0" : : "r" (fpexc) : "memory"); in __set_FPEXC()
857 const uint32_t fpexc = __get_FPEXC(); in __FPU_Enable() local
858 __set_FPEXC(fpexc | 0x40000000ul); in __FPU_Enable()
Dcmsis_gcc_a.h850 __STATIC_FORCEINLINE void __set_FPEXC(uint32_t fpexc) in __set_FPEXC() argument
853 __ASM volatile ("VMSR fpexc, %0" : : "r" (fpexc) : "memory"); in __set_FPEXC()
880 const uint32_t fpexc = __get_FPEXC(); in __FPU_Enable() local
881 __set_FPEXC(fpexc | 0x40000000ul); in __FPU_Enable()
Dcmsis_armclang_a.h687 __STATIC_FORCEINLINE void __set_FPEXC(uint32_t fpexc) in __set_FPEXC() argument
690 __ASM volatile ("VMSR fpexc, %0" : : "r" (fpexc) : "memory"); in __set_FPEXC()
Dcmsis_iccarm_a.h431 __IAR_FT void __set_FPEXC(uint32_t fpexc) in __set_FPEXC() argument
434 __ASM volatile ("VMSR fpexc, %0" : : "r" (fpexc) : "memory"); in __set_FPEXC()