/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | extensions_win32.ini | 52 cl=/I %PYTHONPREFIX%\..\zlib-1.1.4 /D _WINDOWS /D WIN32 key 66 cl=/I %PYTHONEX%\win32\src key 71 cl=/I %PYTHONEX%\win32\src key 76 cl=/I %PYTHONEX%\win32\src key 81 cl=/I %PYTHONEX%\win32\src key 87 cl=/I %PYTHONEX%\win32\src key 91 cl=/I %PYTHONEX%\win32\src key 95 cl=/I %PYTHONEX%\win32\src key 99 cl=/I %PYTHONEX%\win32\src key 103 cl=/I %PYTHONEX%\win32\src key [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | RRotU64.c | 25 mov cl, byte ptr [Count] in InternalMathRRotU64() 28 shrd ebx, eax, cl in InternalMathRRotU64() 29 shrd eax, edx, cl in InternalMathRRotU64() 30 rol ebx, cl in InternalMathRRotU64() 31 shrd edx, ebx, cl in InternalMathRRotU64() 32 test cl, 32 // Count >= 32? in InternalMathRRotU64()
|
D | LRotU64.c | 33 mov cl, byte ptr [Count] in InternalMathLRotU64() local 36 shld ebx, edx, cl in InternalMathLRotU64() 37 shld edx, eax, cl in InternalMathLRotU64() 38 ror ebx, cl in InternalMathLRotU64() 39 shld eax, ebx, cl in InternalMathLRotU64() 40 test cl, 32 ; Count >= 32? in InternalMathLRotU64() local
|
D | LRotU64.S | 36 movb 16(%esp), %cl 39 shldl %cl, %edx, %ebx 40 shldl %cl, %eax, %edx 41 rorl %cl, %ebx 42 shldl %cl, %ebx, %eax 43 testb $32, %cl
|
D | RRotU64.S | 36 movb 16(%esp), %cl 39 shrdl %cl, %eax, %ebx 40 shrdl %cl, %edx, %eax 41 roll %cl, %ebx 42 shrdl %cl, %ebx, %edx 43 testb $32, %cl
|
D | LRotU64.asm | 35 mov cl, [esp + 16] 38 shld ebx, edx, cl 39 shld edx, eax, cl 40 ror ebx, cl 41 shld eax, ebx, cl 42 test cl, 32 ; Count >= 32?
|
D | RRotU64.asm | 35 mov cl, [esp + 16] 38 shrd ebx, eax, cl 39 shrd eax, edx, cl 40 rol ebx, cl 41 shrd edx, ebx, cl 42 test cl, 32 ; Count >= 32?
|
D | ARShiftU64.c | 25 mov cl, byte ptr [Count] in InternalMathARShiftU64() 28 test cl, 32 in InternalMathARShiftU64() 31 shrd eax, edx, cl in InternalMathARShiftU64() 32 sar edx, cl in InternalMathARShiftU64()
|
D | RShiftU64.c | 33 mov cl, byte ptr [Count] in InternalMathRShiftU64() 36 test cl, 32 in InternalMathRShiftU64() 39 shrd eax, edx, cl in InternalMathRShiftU64() 40 shr edx, cl in InternalMathRShiftU64()
|
D | LShiftU64.c | 33 mov cl, byte ptr [Count] in InternalMathLShiftU64() 36 test cl, 32 // Count >= 32? in InternalMathLShiftU64() 39 shld edx, eax, cl in InternalMathLShiftU64() 40 shl eax, cl in InternalMathLShiftU64()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | LRotU64.c | 40 mov cl, byte ptr [Count] in InternalMathLRotU64() local 43 shld ebx, edx, cl in InternalMathLRotU64() 44 shld edx, eax, cl in InternalMathLRotU64() 45 ror ebx, cl in InternalMathLRotU64() 46 shld eax, ebx, cl in InternalMathLRotU64() 47 test cl, 32 ; Count >= 32? in InternalMathLRotU64() local
|
D | RRotU64.c | 40 mov cl, byte ptr [Count] in InternalMathRRotU64() 43 shrd ebx, eax, cl in InternalMathRRotU64() 44 shrd eax, edx, cl in InternalMathRRotU64() 45 rol ebx, cl in InternalMathRRotU64() 46 shrd edx, ebx, cl in InternalMathRRotU64() 47 test cl, 32 // Count >= 32? in InternalMathRRotU64()
|
D | RRotU64.asm | 35 mov cl, [esp + 16] 38 shrd ebx, eax, cl 39 shrd eax, edx, cl 40 rol ebx, cl 41 shrd edx, ebx, cl 42 test cl, 32 ; Count >= 32?
|
D | LRotU64.S | 34 movb 16(%esp), %cl 37 shldl %cl, %edx, %ebx 38 shldl %cl, %eax, %edx 39 rorl %cl, %ebx 40 shldl %cl, %ebx, %eax 41 testb $32, %cl # Count >= 32?
|
D | RRotU64.S | 34 movb 16(%esp), %cl 37 shrdl %cl, %eax, %ebx 38 shrdl %cl, %edx, %eax 39 roll %cl, %ebx 40 shrdl %cl, %ebx, %edx 41 testb $32, %cl # Count >= 32?
|
D | LRotU64.asm | 35 mov cl, [esp + 16] 38 shld ebx, edx, cl 39 shld edx, eax, cl 40 ror ebx, cl 41 shld eax, ebx, cl 42 test cl, 32 ; Count >= 32?
|
D | ARShiftU64.c | 39 mov cl, byte ptr [Count] in InternalMathARShiftU64() 42 test cl, 32 in InternalMathARShiftU64() 47 shrd eax, edx, cl in InternalMathARShiftU64() 48 sar edx, cl in InternalMathARShiftU64()
|
D | RShiftU64.c | 39 mov cl, byte ptr [Count] in InternalMathRShiftU64() 42 test cl, 32 in InternalMathRShiftU64() 47 shrd eax, edx, cl in InternalMathRShiftU64() 48 shr edx, cl in InternalMathRShiftU64()
|
D | LShiftU64.c | 39 mov cl, byte ptr [Count] in InternalMathLShiftU64() 42 test cl, 32 // Count >= 32? in InternalMathLShiftU64() 47 shld edx, eax, cl in InternalMathLShiftU64() 48 shl eax, cl in InternalMathLShiftU64()
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
D | ullshr.c | 27 cmp cl, 64 in _aullshr() local 33 cmp cl, 32 in _aullshr() local 35 shrd eax, edx, cl in _aullshr() 36 shr edx, cl in _aullshr() 45 and cl, 31 in _aullshr() 46 shr eax, cl in _aullshr()
|
D | llshl.c | 27 cmp cl, 64 in _allshl() local 33 cmp cl, 32 in _allshl() local 35 shld edx, eax, cl in _allshl() 36 shl eax, cl in _allshl() 45 and cl, 31 in _allshl() 46 shl edx, cl in _allshl()
|
D | llshr.c | 28 cmp cl,64 in _allshr() local 34 cmp cl, 32 in _allshr() local 36 shrd eax,edx,cl in _allshr() 37 sar edx,cl in _allshr() 46 and cl,31 in _allshr() 47 sar eax,cl in _allshr()
|
D | shldi3.S | 37 cmpb $64, %cl 43 cmpb $32, %cl 45 shld %cl, %eax, %edx 46 shl %cl, %eax 55 and $31, %cl 56 shl %cl, %edx
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/ |
D | MathLShiftS64.c | 27 cmp cl, 64 in _allshl() local 33 cmp cl, 32 in _allshl() local 35 shld edx, eax, cl in _allshl() 36 shl eax, cl in _allshl() 45 and cl, 31 in _allshl() 46 shl edx, cl in _allshl()
|
D | MathRShiftU64.c | 27 cmp cl, 64 in _aullshr() local 33 cmp cl, 32 in _aullshr() local 35 shrd eax, edx, cl in _aullshr() 36 shr edx, cl in _aullshr() 45 and cl, 31 in _aullshr() 46 shr eax, cl in _aullshr()
|