x86: Fix the operand encoding in the test instruction, issue #702

This commit is contained in:
Nguyen Anh Quynh 2017-01-03 01:09:15 +08:00
parent b7bee9fa2e
commit 9de18b3397
1 changed files with 4 additions and 4 deletions

View File

@ -18832,7 +18832,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST16rm */ /* TEST16rm */
}, },
{ /* 2885 */ { /* 2885 */
69, 73,
/* TEST16rr */ /* TEST16rr */
}, },
{ /* 2886 */ { /* 2886 */
@ -18860,7 +18860,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST32rm */ /* TEST32rm */
}, },
{ /* 2892 */ { /* 2892 */
69, 73,
/* TEST32rr */ /* TEST32rr */
}, },
{ /* 2893 */ { /* 2893 */
@ -18888,7 +18888,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST64rm */ /* TEST64rm */
}, },
{ /* 2899 */ { /* 2899 */
43, 76,
/* TEST64rr */ /* TEST64rr */
}, },
{ /* 2900 */ { /* 2900 */
@ -18920,7 +18920,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[6267] =
/* TEST8rm */ /* TEST8rm */
}, },
{ /* 2907 */ { /* 2907 */
88, 87,
/* TEST8rr */ /* TEST8rr */
}, },
{ /* 2908 */ { /* 2908 */