]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm
ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()
authorOlivier Martin <olivier.martin@arm.com>
Tue, 11 Nov 2014 00:52:11 +0000 (00:52 +0000)
committeroliviermartin <oliviermartin@Edk2>
Tue, 11 Nov 2014 00:52:11 +0000 (00:52 +0000)
commit284fb5c811fb7784ee3afa753dbdf5b389c4cdce
tree5c006b75429d4c12199763eb3ba370708ab51181
parentfb7ea6114a780b2fe0da56156d65fa7659ffe2e2
ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()

- Fixed memmove when going backward: the copy started one byte
  after the end of the region to copy
- memset: - removed unused register
          - fixed arguments size and character arguments were
            actually reversed
- Added memmove() to ARM32 GCC

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16328 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.S [new file with mode: 0644]
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memmove.asm
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memset.S
ArmPkg/Library/CompilerIntrinsicsLib/Arm/memset.asm
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf