ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources

The new sources are a copy of the RVCT version.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Pete Batard
2019-05-13 09:54:16 +01:00
committed by Leif Lindholm
parent d039044be4
commit 96ef5a8e30
3 changed files with 109 additions and 0 deletions

View File

@ -71,6 +71,8 @@
Arm/lasr.S | GCC
Arm/llsr.S | GCC
Arm/llsl.S | GCC
Arm/uread.S | GCC
Arm/uwrite.S | GCC
Arm/div.asm | MSFT
Arm/uldiv.asm | MSFT