-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono][jit] Added Vector128 intrinsics that depend on Vector64 for ar…
…m64 (#87765) * Added Vector128.GetLower,GetUpper as intrinsics on arm64. Enabled OP_XCONCAT. * Adding WithLower, WithUpper. * Fixed missing variable. * Restored check on x64 code. * xlower and xupper now sanitize the upper half of the dest register. * Fixed definitions of insert opcodes to reflect that they depend on the original dest state. * OP_XCONCAT can now also depend on initial dest state. * Disabling Vector128.WithLower,WithUpper on x64.
- Loading branch information
Showing
4 changed files
with
52 additions
and
21 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
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