Home
last modified time | relevance | path

Searched refs:SSE (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
DSaveRestoreSseNasm.inc14 ; Provide macro for register save/restore using SSE registers
19 ; Define SSE instruction set
23 ; Define SSE macros using SSE 4.1 instructions
37 ; Define SSE macros using SSE 2 instructions
151 ; Processor has to support SSE
159 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
160 ; whether the processor supports SSE instruction.
169 ; SSE 4.1 support
183 ; The processor should support SSE instruction and we can use
DInitializeFpu.nasm55 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
56 ; whether the processor supports SSE instruction.
71 ; The processor should support SSE instruction and we can use
DFspApiEntryT.nasm89 ; Define SSE macros
410 ; Ensure SSE is enabled
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DSaveRestoreSse.inc14 ; Provide macro for register save/restore using SSE registers
19 ; Define SSE instruction set
23 ; Define SSE macros using SSE 4.1 instructions
34 ; Define SSE macros using SSE 2 instructions
148 ; Processor has to support SSE
156 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
157 ; whether the processor supports SSE instruction.
166 ; SSE 4.1 support
180 ; The processor should support SSE instruction and we can use
DInitializeFpu.s49 # Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
50 # whether the processor supports SSE instruction.
65 # The processor should support SSE instruction and we can use
DInitializeFpu.asm52 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
53 ; whether the processor supports SSE instruction.
68 ; The processor should support SSE instruction and we can use
DFspApiEntry.s152 # Processor has to support SSE
163 # Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
164 # whether the processor supports SSE instruction.
179 # The processor should support SSE instruction and we can use
541 # Ensure SSE is enabled
DFspApiEntry.asm56 ; Define SSE macros
349 ; Ensure SSE is enabled
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
DInitializeFpu.asm52 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
53 ; whether the processor supports SSE instruction.
68 ; The processor should support SSE instruction and we can use
DInitializeFpu.S46 # Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
47 # whether the processor supports SSE instruction.
62 # The processor should support SSE instruction and we can use
DInitializeFpu.nasm50 ; Use CpuId instructuion (CPUID.01H:EDX.SSE[bit 25] = 1) to test
51 ; whether the processor supports SSE instruction.
66 ; The processor should support SSE instruction and we can use
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPlatformCpuInfo.h138 UINT8 SSE; // EDX [25]
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
DSmiEntry.nasm122 test edx, BIT25 ; Check for SSE capabilities
261 test edx, BIT25 ; Check for SSE capabilities
DSmiEntry.S128 testl $BIT25, %edx # Check for SSE capabilities
267 testl $BIT25, %edx # Check for SSE capabilities
DSmiEntry.asm135 test edx, BIT25 ; Check for SSE capabilities
274 test edx, BIT25 ; Check for SSE capabilities
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h503 UINT32 SSE:1; member
1825 UINT32 SSE:1; member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciReg.c117 Reset.SSE = Value; in OhciSetHcReset()
183 Value = Reset.SSE; in OhciGetHcReset()
DOhciReg.h356 UINT32 SSE:1; member
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciReg.c121 Reset.SSE = Value; in OhciSetHcReset()
187 Value = Reset.SSE; in OhciGetHcReset()
DOhciReg.h356 UINT32 SSE:1; member
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiEntry.S128 testl $BIT25, %edx # Check for SSE capabilities
DSmiEntry.asm134 test edx, BIT25 ; Check for SSE capabilities
DSmiEntry.nasm121 test edx, BIT25 ; Check for SSE capabilities
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c297 PRINT_BIT_FIELD (Edx, SSE); in CpuidVersionInfo()
811 PRINT_BIT_FIELD (Eax, SSE); in CpuidExtendedStateMainLeaf()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.asm39 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver

12