audk/MdePkg/Library/BaseMemoryLibMmx
Ashraf Ali e41e728c16 Refactor SetMemWrapper to reduce binary size
Moved SetMemN API to a separate file to eliminate unnecessary inclusion
of InternalMemSetMem64 and InternalMemSetMem32 APIs in driver binary.

When the compiler linking the Object files it may not remove all the
unused from NASM OBJs. This change is to reorganize the C files to
minimize the impact of the NASM behavior resulting is code size
reduction.

Signed-off-by: Ashraf Ali <ashraf.ali.s@intel.com>
2024-09-11 21:50:20 +00:00
..
Ia32
X64 MdePkg: Replace Opcode with the corresponding instructions. 2022-03-01 01:45:47 +00:00
BaseMemoryLibMmx.inf Refactor SetMemWrapper to reduce binary size 2024-09-11 21:50:20 +00:00
BaseMemoryLibMmx.uni
CompareMemWrapper.c
CopyMemWrapper.c
IsZeroBufferWrapper.c
MemLibGuid.c
MemLibInternals.h
ScanMem8Wrapper.c
ScanMem16Wrapper.c
ScanMem32Wrapper.c
ScanMem64Wrapper.c
SetMem16Wrapper.c
SetMem32Wrapper.c
SetMem64Wrapper.c
SetMemNWrapper.c Refactor SetMemWrapper to reduce binary size 2024-09-11 21:50:20 +00:00
SetMemWrapper.c Refactor SetMemWrapper to reduce binary size 2024-09-11 21:50:20 +00:00
ZeroMemWrapper.c