Description[arm] Fix a double-register push operation.
It is not safe to access memory below sp, and this is also forbidden by
the ABI. When pushing, we must either use an atomic operation (such as
vstm+db_w) or move sp before writing the data.
This patch fixes one stack access, and also adds vpush and vpop helpers
to simplify similar code.
BUG=
Committed: https://crrev.com/f20d6461526eaf1ee1306e6e6048e06ae0f1688c
Cr-Commit-Position: refs/heads/master@{#31008}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|