Home
last modified time | relevance | path

Searched refs:SSE2 (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/
DBaseMemoryLibSse2.uni2 // Instance of Base Memory Library using SSE2 registers.
4 // Base Memory Library that uses SSE2 registers for high performance.
18 #string STR_MODULE_ABSTRACT #language en-US "Instance of Base Memory Library using SSE2
20 #string STR_MODULE_DESCRIPTION #language en-US "Base Memory Library that uses SSE2 registe…
DBaseMemoryLibSse2.inf2 # Instance of Base Memory Library using SSE2 registers.
4 # Base Memory Library that uses SSE2 registers for high performance.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DPlatformCpuInfo.h137 UINT8 SSE2; // EDX [26]
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h507 UINT32 SSE2:1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.asm39 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver
DAsmFuncs.nasm36 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.asm36 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver
DAsmFuncs.nasm36 ;; MMX, SSE, SSE2, etc registers. The initialization of the debugsupport driver
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.nasm704 ; x87 FPU/MMX/SSE/SSE2/SSE3/SSSE3/SSE4 instructions.
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c298 PRINT_BIT_FIELD (Edx, SSE2); in CpuidVersionInfo()