-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3044 AArch64 SVE codec: Add predicate logical operations (#5792)
This patch adds the appropriate macros, tests and codec entries to encode the following variants: AND <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B AND <Zd>.D, <Zn>.D, <Zm>.D ANDS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B BIC <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B BIC <Zd>.D, <Zn>.D, <Zm>.D BICS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B EOR <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B EOR <Zd>.D, <Zn>.D, <Zm>.D EORS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B NAND <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B NANDS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B NOR <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B NORS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B NOT <Zd>.<Ts>, <Pg>/M, <Zn>.<Ts> ORN <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B ORNS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B ORR <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B ORR <Zd>.D, <Zn>.D, <Zm>.D ORRS <Pd>.B, <Pg>/Z, <Pn>.B, <Pm>.B Issue #3044
- Loading branch information
1 parent
614a3c9
commit 301f9ed
Showing
6 changed files
with
1,121 additions
and
3 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
Oops, something went wrong.