/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiSetMem.c | 59 mov eax, Buffer in EfiCommonLibSetMem() local 71 mov eax, edi in EfiCommonLibSetMem() local 72 shr eax, 3 in EfiCommonLibSetMem() local 74 shl eax, 3 in EfiCommonLibSetMem() local 75 sub eax, edi in EfiCommonLibSetMem() local 76 cmp eax, edx in EfiCommonLibSetMem() local 87 shr eax, 6 in EfiCommonLibSetMem() local 88 test eax, eax in EfiCommonLibSetMem() local 91 shl eax, 6 in EfiCommonLibSetMem() local 93 shr eax, 6 in EfiCommonLibSetMem() local
|
D | EfiSetMemSSE2.c | 59 mov eax, Buffer in EfiCommonLibSetMem() local 71 mov eax, edi in EfiCommonLibSetMem() local 72 shr eax, 4 in EfiCommonLibSetMem() local 74 shl eax, 4 in EfiCommonLibSetMem() local 75 sub eax, edi in EfiCommonLibSetMem() local 76 cmp eax, edx in EfiCommonLibSetMem() local 87 shr eax, 7 in EfiCommonLibSetMem() local 88 test eax, eax in EfiCommonLibSetMem() local 91 shl eax, 7 in EfiCommonLibSetMem() local 93 shr eax, 7 in EfiCommonLibSetMem() local
|
D | EfiCopyMemSSE2.c | 60 mov eax, esi in EfiCommonLibCopyMem() local 61 add eax, ecx ; Source + Count in EfiCommonLibCopyMem() local 94 shr eax, 6 ; convert to 64-byte count in EfiCommonLibCopyMem() local 96 sub ecx, eax ; subtract from the original count in EfiCommonLibCopyMem() local 97 shr eax, 6 ; and this is how many 64-byte blocks in EfiCommonLibCopyMem() local 126 mov eax, DWORD PTR [esi] ; get data from Source in EfiCommonLibCopyMem() local 127 mov DWORD PTR [edi], eax ; write byte to Destination in EfiCommonLibCopyMem() local
|
D | EfiCopyMem.c | 63 mov eax, esi in EfiCommonLibCopyMem() local 64 add eax, ecx ; Source + Count in EfiCommonLibCopyMem() local 97 shr eax, 6 ; convert to 64-byte count in EfiCommonLibCopyMem() local 99 sub ecx, eax ; subtract from the original count in EfiCommonLibCopyMem() local 100 shr eax, 6 ; and this is how many 64-byte blocks in EfiCommonLibCopyMem() local 142 mov eax, DWORD PTR [esi] ; get data from Source in EfiCommonLibCopyMem() local 143 mov DWORD PTR [edi], eax ; write byte to Destination in EfiCommonLibCopyMem() local
|
D | LShiftU64.c | 50 mov eax, dword ptr Operand[0] in LShiftU64() local 59 shld edx, eax, cl in LShiftU64() local 60 shl eax, cl in LShiftU64() local
|
D | DivU64x32.c | 55 mov eax, dword ptr Dividend[4] ; Put high 32 bits of 64-bit dividend in EAX in DivU64x32() local 62 mov eax, dword ptr Dividend[0] ; Put low 32 bits of 64-bit dividend in EAX in DivU64x32() local
|
D | RShiftU64.c | 47 mov eax, dword ptr Operand[0] in RShiftU64() local 56 shrd eax, edx, cl in RShiftU64() local
|
D | EfiCopyMemRep4.c | 70 mov esi, eax ; esi <- End of Source in EfiCommonLibCopyMem() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
D | ulldiv.c | 57 xor eax, eax in _aulldiv() local 58 push eax in _aulldiv() local 63 mov eax, [esp + 20] in _aulldiv() local 71 mov eax, [esp + 20] in _aulldiv() local
|
D | lldiv.c | 66 xor eax, eax in _alldiv() local 67 push eax in _alldiv() local 72 mov eax, [esp + 20] in _alldiv() local 80 mov eax, [esp + 20] in _alldiv() local
|
D | ullrem.c | 62 mov eax, [esp + 28] in _aullrem() local 70 mov eax, [esp + 28] in _aullrem() local 83 mov eax, [esp + 20] in _aullrem() local
|
D | llrem.c | 62 mov eax, [esp + 28] in _allrem() local 70 mov eax, [esp + 28] in _allrem() local 83 mov eax, [esp + 20] in _allrem() local
|
D | llmul.c | 54 mov eax, [esp + 16] in _allmul() local 62 mov eax, [esp + 16] in _allmul() local
|
D | llshl.c | 35 shld edx, eax, cl in _allshl() local 36 shl eax, cl in _allshl() local
|
D | lldvrm.c | 68 mov eax, [esp + 28] in _alldvrm() local 76 mov eax, [esp + 28] in _alldvrm() local
|
D | ulldvrm.c | 68 mov eax, [esp + 28] in _aulldvrm() local 76 mov eax, [esp + 28] in _aulldvrm() local
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | DivU64x32.c | 40 mov eax, dword ptr [Dividend + 4] in InternalMathDivU64x32() local 44 push eax ; save quotient on stack in InternalMathDivU64x32() local 45 mov eax, dword ptr [Dividend] in InternalMathDivU64x32() local
|
D | LRotU64.c | 44 shld edx, eax, cl in InternalMathLRotU64() local 46 shld eax, ebx, cl in InternalMathLRotU64() local
|
D | LongJump.c | 39 pop eax ; skip return address in InternalLongJump() local
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | DivU64x32.c | 25 mov eax, dword ptr [Dividend + 4] in InternalMathDivU64x32() local 29 push eax ; save quotient on stack in InternalMathDivU64x32() local 30 mov eax, dword ptr [Dividend] in InternalMathDivU64x32() local
|
D | LRotU64.c | 37 shld edx, eax, cl in InternalMathLRotU64() local 39 shld eax, ebx, cl in InternalMathLRotU64() local
|
D | LongJump.c | 26 pop eax ; skip return address in InternalLongJump() local
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/ |
D | MathLShiftS64.c | 35 shld edx, eax, cl in _allshl() local 36 shl eax, cl in _allshl() local
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/ |
D | CpuIA32.c | 59 EfiCpuid (IN UINT32 RegisterInEax, 170 EfiCpuidExt (
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/ |
D | CpuIA32.c | 53 mov eax, RegisterInEax in EfiCpuid() local 167 mov eax, RegisterInEax in EfiCpuidExt() local
|