-
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.
* vpermil2ps (XOP) has a imm8 value and a reg encoded in the imm8 upper bits. I had to support merging the values from the imm8 and the register encoding and only emit one imm8. For now, I 'OR' the two values together. If the test generator generates a large imm8 value for this instr, then the register bits will likely get corrupted. * RCL and ROR with implicit one operands were getting imm8's appended their output. Had to improve test for gpr8_imm8 and gprv_imm8. * Bad luck cased the test for XCHG to use EAX,EAX and it decoded as a NOP and failed. I excluded EAX from the test register list for gpr32 in 32b mode. Change-Id: If62f212f1bbc6e929b7cb12f8210da2fc28a81ce (cherry picked from commit 45bedfe2a0306b52156e3b16bff5e4c77f417335)
- Loading branch information
1 parent
77a4255
commit 2b44713
Showing
5 changed files
with
62 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
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