-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2626 fp/simd encode: Add support for vector and scalar FADD. (#2811)
This adds encoding and decoding support the scalar and vector versions of FADD. The patterns are auto-generated using the publicly available ISA spec from https://developer.arm.com/products/architecture/a-profile/exploration-tools For the scalar versions, the H, S and D registers are used to generate the correct encoding. For the vector versions, D and Q registers are used to denote the vector width. They also take an additional immediate as source operand, which denotes the element width (half, single or double). Issue: #2626
- Loading branch information
Showing
9 changed files
with
960 additions
and
577 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.