audk/ArmPkg/Library/BaseMemoryLibStm
Ard Biesheuvel 1a0db79125 ArmPkg: use unified asm syntax for CLANG
The CLANG assembler does not support the legacy, non-unified assembler syntax,
i.e., it does not support the reordering of the condition suffixes with the
increment/decrement before/after or byte/word suffixes, and it does not
recognize the 'empty descending' (ED) suffix at all. So move to the unified
syntax, and replace 'empty descending' with 'decrement after' or 'increment
before' as appropriate.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19280 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-15 15:01:42 +00:00
..
AArch64 ArmPkg: Added Aarch64 support 2013-07-18 18:07:46 +00:00
Arm ArmPkg: use unified asm syntax for CLANG 2015-12-15 15:01:42 +00:00
BaseMemoryLibStm.inf ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro 2015-12-03 20:28:02 +00:00
CompareMemWrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
CopyMem.c Update the copyright notice format 2010-04-29 12:15:47 +00:00
CopyMemWrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
MemLibGeneric.c ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointer 2015-04-02 13:51:28 +00:00
MemLibGuid.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
MemLibInternals.h Update the copyright notice format 2010-04-29 12:15:47 +00:00
ScanMem8Wrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ScanMem16Wrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ScanMem32Wrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ScanMem64Wrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
SetMem.c Update the copyright notice format 2010-04-29 12:15:47 +00:00
SetMem16Wrapper.c Update the copyright notice format 2010-04-29 12:15:47 +00:00
SetMem32Wrapper.c Update the copyright notice format 2010-04-29 12:15:47 +00:00
SetMem64Wrapper.c Update the copyright notice format 2010-04-29 12:15:47 +00:00
SetMemWrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ZeroMemWrapper.c ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00