]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.S
Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Dec 2010 00:14:23 +0000 (00:14 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Dec 2010 00:14:23 +0000 (00:14 +0000)
commitfe295078f26cc08652e167783722fad6bb089d81
tree234afbe1e1df999a009d5eacec98e34a66806984
parent6638a865ed2e21c91f96147475a8da50fd63cc94
Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON registers to speed things up. This means we need to save state so we don't blow up a CopyMem.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11130 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.S
ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.asm