-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2626: AArch64 v8.2 codec: Add BCAX, EOR3, P/ESB instructions (#5590)
This patch adds the following decodes, encoding macros and appropriate tests for both BCAX <Bd>.16B, <Bn>.16B, <Bm>.16B, <Ba>.16B EOR3 <Bd>.16B, <Bn>.16B, <Bm>.16B, <Ba>.16B ESB PSB These instructions are part of features that have not yet been added, so BASE has been used as a placeholder where appropriate Issue: #4860
- Loading branch information
1 parent
3574717
commit 45b526a
Showing
5 changed files
with
198 additions
and
9 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
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
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