Searched refs:SSE (Results 1 – 25 of 29) sorted by relevance
12
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | SaveRestoreSseNasm.inc | 14 ; 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
|
D | InitializeFpu.nasm | 55 ; 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
|
D | FspApiEntryT.nasm | 89 ; Define SSE macros 410 ; Ensure SSE is enabled
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | SaveRestoreSse.inc | 14 ; 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
|
D | InitializeFpu.s | 49 # 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
|
D | InitializeFpu.asm | 52 ; 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
|
D | FspApiEntry.s | 152 # 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
|
D | FspApiEntry.asm | 56 ; Define SSE macros 349 ; Ensure SSE is enabled
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/ |
D | InitializeFpu.asm | 52 ; 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
|
D | InitializeFpu.S | 46 # 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
|
D | InitializeFpu.nasm | 50 ; 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/ |
D | PlatformCpuInfo.h | 138 UINT8 SSE; // EDX [25]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
D | SmiEntry.nasm | 122 test edx, BIT25 ; Check for SSE capabilities 261 test edx, BIT25 ; Check for SSE capabilities
|
D | SmiEntry.S | 128 testl $BIT25, %edx # Check for SSE capabilities 267 testl $BIT25, %edx # Check for SSE capabilities
|
D | SmiEntry.asm | 135 test edx, BIT25 ; Check for SSE capabilities 274 test edx, BIT25 ; Check for SSE capabilities
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/ |
D | Cpuid.h | 503 UINT32 SSE:1; member 1825 UINT32 SSE:1; member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
D | OhciReg.c | 117 Reset.SSE = Value; in OhciSetHcReset() 183 Value = Reset.SSE; in OhciGetHcReset()
|
D | OhciReg.h | 356 UINT32 SSE:1; member
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | OhciReg.c | 121 Reset.SSE = Value; in OhciSetHcReset() 187 Value = Reset.SSE; in OhciGetHcReset()
|
D | OhciReg.h | 356 UINT32 SSE:1; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmiEntry.S | 128 testl $BIT25, %edx # Check for SSE capabilities
|
D | SmiEntry.asm | 134 test edx, BIT25 ; Check for SSE capabilities
|
D | SmiEntry.nasm | 121 test edx, BIT25 ; Check for SSE capabilities
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/ |
D | Cpuid.c | 297 PRINT_BIT_FIELD (Edx, SSE); in CpuidVersionInfo() 811 PRINT_BIT_FIELD (Eax, SSE); in CpuidExtendedStateMainLeaf()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
D | AsmFuncs.asm | 39 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver
|
12