commit | a3c32146545c7c54c465606d5b5e71882ddb56e6 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Dec 18 08:26:16 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Dec 18 08:26:16 2015 -0800 |
tree | f8fe1be52e53650f2a1ec5e5cc52a968f1f3c919 | |
parent | 39f40204b6ef7d880c5dceec69a983a713d8dcf3 [diff] |
Add VPUSH/VPOP instructions to the ARM32 integrated assembler. Also fixes the corresponding emit methods for vpush and vpop to match constraint that the maximum number of consecutive registers that can be pushed/popped is 16. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=jpp@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/1532233002 .