Home
last modified time | relevance | path

Searched defs:edx (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiSetMem.c53 mov edx, Count in EfiCommonLibSetMem() local
54 test edx, edx in EfiCommonLibSetMem() local
64 cmp edx, 256 in EfiCommonLibSetMem() local
79 sub edx, eax in EfiCommonLibSetMem() local
92 sub edx, eax in EfiCommonLibSetMem() local
DEfiSetMemSSE2.c53 mov edx, Count in EfiCommonLibSetMem() local
54 test edx, edx in EfiCommonLibSetMem() local
64 cmp edx, 256 in EfiCommonLibSetMem() local
79 sub edx, eax in EfiCommonLibSetMem() local
92 sub edx, eax in EfiCommonLibSetMem() local
DDivU64x32.c53 xor edx, edx ; Clear EDX in DivU64x32() local
DRShiftU64.c56 shrd eax, edx, cl in RShiftU64() local
57 shr edx, cl in RShiftU64() local
DLShiftU64.c59 shld edx, eax, cl in LShiftU64() local
DEfiZeroMemSSE2.c75 sub edx, ecx ; subtract from the original count in EfiCommonLibZeroMem() local
DEfiZeroMem.c76 sub edx, ecx ; subtract from the original count in EfiCommonLibZeroMem() local
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dullshr.c35 shrd eax, edx, cl in _aullshr() local
36 shr edx, cl in _aullshr() local
Dllshr.c36 shrd eax,edx,cl in _allshr() local
37 sar edx,cl in _allshr() local
Dllshl.c35 shld edx, eax, cl in _allshl() local
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
DMathRShiftU64.c35 shrd eax, edx, cl in _aullshr() local
36 shr edx, cl in _aullshr() local
DMathLShiftS64.c35 shld edx, eax, cl in _allshl() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DLRotU64.c36 shld ebx, edx, cl in InternalMathLRotU64() local
37 shld edx, eax, cl in InternalMathLRotU64() local
DDivU64x32.c27 xor edx, edx in InternalMathDivU64x32() local
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DLRotU64.c43 shld ebx, edx, cl in InternalMathLRotU64() local
44 shld edx, eax, cl in InternalMathLRotU64() local
DDivU64x32.c42 xor edx, edx in InternalMathDivU64x32() local