-
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.
Properly test whether an operand is an EVEX mask to apply braces duri…
…ng disassembly (#7152) Convention is that EVEX mask operands (but not other opmask register operands) are disassembled in braces. The correct test here is to test the optype, which avoids applying the braces to a number of other opmask register operands (see the changes in the disassembly tests for examples).
- Loading branch information
Showing
4 changed files
with
17,163 additions
and
17,148 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.