Searched refs:FPU (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
34 fnstcw [rsp + 8] ; save 16-bit FPU Control Word
35 mov eax, [rsp + 8] ; get the saved FPU Control Word
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
/device/google/contexthub/firmware/os/platform/stm32/
H A Dcrt_stm32.c95 VECI(FPU); variable
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
H A DMpFuncs.asm127 ; Call assembly function to initialize FPU.
H A DMpFuncs.S128 # Call assembly function to initialize FPU.
H A DSmiException.asm717 ; x87 FPU/MMX/SSE/SSE2/SSE3/SSSE3/SSE4 instructions.
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
H A DMpFuncs.S162 # Call assembly function to initialize FPU.
H A DMpFuncs.asm160 ; Call assembly function to initialize FPU.
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/
H A DMpFuncs.asm129 call eax ; Call assembly function to initialize FPU per UEFI spec
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
H A DMpFuncs.asm165 call rax ; Call assembly function to initialize FPU per UEFI spec
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
H A DDsdt.asl548 Device(FPU) {
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
H A Dcore_cm4.h111 /** __FPU_USED indicates whether an FPU is used or not.
112 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
119 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
131 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
143 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
155 #warning "Compiler generates FPU instructions for a device without an FPU (chec
1425 #define FPU macro
[all...]
H A Dcore_cm7.h111 /** __FPU_USED indicates whether an FPU is used or not.
112 For this, __FPU_PRESENT has to be checked prior to making use of FPU specific registers and functions.
119 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
131 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
143 #warning "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
155 #warning "Compiler generates FPU instructions for a device without an FPU (chec
1612 #define FPU macro
[all...]

Completed in 150 milliseconds