-
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#2626 fp/simd encode: Add support for most FP Neon instructions.
This patch adds encoding & decoding support for most arithmetic FP Neon instructions. The structure of the generated macros and tests follows the style of #2896. codec.txt contains comments if not all encodings of an instruction are supported yet. Also missing are the Arm v8.3-a FCADD and FCMLA instructions, because their rotation arguments require a bit of special handling to get nice macros. Issue #2626 Change-Id: I8c3a8ac3e03d9b466c1872ed5382639b746092b2
- Loading branch information
Showing
6 changed files
with
2,543 additions
and
111 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.