-
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.
Update xarch to track more instruction metadata as flags (#83473)
* Reorder entries in instrsxarch to make finding SIMD instructions easier * Remove unused instructions: cvtpd2pi, cvtpi2pd, cvtpi2ps, cvtps2pi, cvttpd2pi, and cvttps2pi * Updating the xarch SIMD instructions to track flags indicating REX.W bit encoding and VEX/EVEX support * Update the emitter to take advantage of the new insFlags * Ensure TakesRexWPrefix works on x86 * Properly track REX.W encoding for VEX vs EVEX * Ensure supportsVEX is set before supportsEVEX * Ensure canUseVexEncoding is true when ForceEVEXEncoding is set * Track how some special EVEX instructions are handled differently * Apply formatting patch * Ensure REX.WX is handled for EVEX where required
- Loading branch information
1 parent
3bc0ec2
commit 9c818a3
Showing
10 changed files
with
937 additions
and
1,243 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.