-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#1569 AArch64: Remove INSTR_CREATE_xx and its uses.
Also add a few instruction macros. Now that the encoder can handle all the instructions generated by DR, INSTR_CREATE_xx is no longer needed. However, OP_xx is still used for decoding unrecognised app instructions. For loading/storing all the SIMD registers we now use LDP/STP instead of LD1/ST1. Review-URL: https://codereview.appspot.com/316900043
- Loading branch information
1 parent
a6658ad
commit 93a3fef
Showing
4 changed files
with
174 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.