x86: Fix the operand encoding in the test instruction for reduce set, issue #702
This commit is contained in:
parent
c00d644be0
commit
dd56985837
|
@ -8840,7 +8840,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
|
||||||
/* TEST16rm */
|
/* TEST16rm */
|
||||||
},
|
},
|
||||||
{ /* 1555 */
|
{ /* 1555 */
|
||||||
53,
|
57,
|
||||||
/* TEST16rr */
|
/* TEST16rr */
|
||||||
},
|
},
|
||||||
{ /* 1556 */
|
{ /* 1556 */
|
||||||
|
@ -8868,7 +8868,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
|
||||||
/* TEST32rm */
|
/* TEST32rm */
|
||||||
},
|
},
|
||||||
{ /* 1562 */
|
{ /* 1562 */
|
||||||
53,
|
57,
|
||||||
/* TEST32rr */
|
/* TEST32rr */
|
||||||
},
|
},
|
||||||
{ /* 1563 */
|
{ /* 1563 */
|
||||||
|
@ -8896,7 +8896,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
|
||||||
/* TEST64rm */
|
/* TEST64rm */
|
||||||
},
|
},
|
||||||
{ /* 1569 */
|
{ /* 1569 */
|
||||||
33,
|
60,
|
||||||
/* TEST64rr */
|
/* TEST64rr */
|
||||||
},
|
},
|
||||||
{ /* 1570 */
|
{ /* 1570 */
|
||||||
|
@ -8928,7 +8928,7 @@ static const struct InstructionSpecifier x86DisassemblerInstrSpecifiers[1714] =
|
||||||
/* TEST8rm */
|
/* TEST8rm */
|
||||||
},
|
},
|
||||||
{ /* 1577 */
|
{ /* 1577 */
|
||||||
73,
|
72,
|
||||||
/* TEST8rr */
|
/* TEST8rr */
|
||||||
},
|
},
|
||||||
{ /* 1578 */
|
{ /* 1578 */
|
||||||
|
|
Loading…
Reference in New Issue