-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add BFM, BIC, FCSEL, INS, SUB, TRN1, TRN2, USHR, ZIP2 to ARM model
BFM is the scalar instruction, analogous to the already-present UBFM and SBFM. All the other new ones are vector instructions, INS meaning both vector-to-vector "INS" and gpr-to-vector "INS (general)". The existing vector MUL and SHL instruction models are also generalized so that they cover more sizes. All newly modelled instructions are validated by checks in the simulator.
- Loading branch information
Showing
3 changed files
with
351 additions
and
58 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
Oops, something went wrong.