HomeSort by relevance Sort by last modified time
    Searched refs:shld (Results 1 - 25 of 61) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LRotU64.c 36 shld ebx, edx, cl
37 shld edx, eax, cl
39 shld eax, ebx, cl
LShiftU64.c 39 shld edx, eax, cl
LRotU64.asm 38 shld ebx, edx, cl
39 shld edx, eax, cl
41 shld eax, ebx, cl
LShiftU64.S 41 shld %cl, %eax, %edx
LShiftU64.asm 41 shld edx, eax, cl
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
LRotU64.c 43 shld ebx, edx, cl
44 shld edx, eax, cl
46 shld eax, ebx, cl
LRotU64.asm 38 shld ebx, edx, cl
39 shld edx, eax, cl
41 shld eax, ebx, cl
LShiftU64.c 47 shld edx, eax, cl
LShiftU64.S 41 shld %cl, %eax, %edx
LShiftU64.asm 43 shld edx, eax, cl
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep4.c 53 shld eax, edx, 16
LShiftU64.S 60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
65 shld %cl, %eax, %edx
LShiftU64.c 54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
59 shld edx, eax, cl
LShiftU64.asm 58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
63 shld edx, eax, cl
RShiftU64.S 58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
RShiftU64.c 51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathLShiftS64.c 35 shld edx, eax, cl
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
llshl.c 35 shld edx, eax, cl
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/
SetMem.S 40 shld $16, %edx, %eax
SetMem.asm 41 shld eax, edx, 16
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/Ia32/
SetMem.S 40 shld $16, %edx, %eax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/
memsetRep4.asm 43 shld eax, edx, 16
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memsetRep4.asm 41 shld eax, edx, 16
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiSetMemRep4.asm 41 shld eax, ecx, 16
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/
SetMem16.asm 41 shld eax, edx, 16

Completed in 462 milliseconds

1 2 3