-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 64b-mode XCHG with r8w/r8d/r8 as an operand.
* oddity of how NOP & XCHG are defined. If we have a REX.B on xchg with SRM=0, then it is not 'xchg eax,eax" (aka NOP), but "xchg r8d,eax" (or one of the other widths if 66 or REX.W) are supplied. * removed one unused argument from generated enc2 functions for this flavor of xchg. (cherry picked from commit 6f847f5ecb40ae0ebdbe90e68e7b699567538e19)
- Loading branch information
Showing
3 changed files
with
46 additions
and
15 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