-
Notifications
You must be signed in to change notification settings - Fork 566
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 Decode: Add Saturating SIMD instructions (#4970)
Adds the following instructions to the codec - SQRDMULH (by element scalar, by element vector, vector scalar) - SQRDMLAH (by element scalar, by element vector, vector scalar) - SQSHL (immediate scalar, register scalar, register vector) - SQXTN (scalar, vector) - SQXTN2 (vector) - SQXTUN (scalar, vector) - SQXTUN2 (vector) - UQXTN (scalar, vector) - UQXTN2 (vector) Issue: #2626
- Loading branch information
Showing
3 changed files
with
745 additions
and
114 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.