]> git.proxmox.com Git - mirror_edk2.git/commit
ARM Packages: Use AND instead of BIC instruction with immediate
authorBrendan Jackman <brendan.jackman@arm.com>
Thu, 8 May 2014 14:59:04 +0000 (14:59 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 8 May 2014 14:59:04 +0000 (14:59 +0000)
commit73ca50096eea3edc64e2c635b6b6d99fbb5572d5
treec2005188cc6c82478ff1a1e0e3c101297e64d53e
parent7eb1d8522a583b2a0a8eea5034be7b30ab14e0f8
ARM Packages: Use AND instead of BIC instruction with immediate

AARCH64 does not have a BIC-with-immediate instruction. GAS assembles it as a
AND with the immediate inverted, but Clang's integrated assembler emits an
error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brendan Jackman <brendan.jackman@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15509 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/ArmLib/AArch64/AArch64Support.S
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/AArch64/GicV3.S
ArmPlatformPkg/Sec/AArch64/Helper.S