Fix rorx in BMI2.
gas/testsuite/ 2011-06-30 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (June, 2011) * gas/i386/bmi2.s: Correct rorx tests. * gas/i386/x86-64-bmi2.s: Likewise. * gas/i386/bmi2-intel.d: Updated. * gas/i386/bmi2.d: Likewise. * gas/i386/x86-64-bmi2-intel.d: Likewise. * gas/i386/x86-64-bmi2.d: Likewise. opcodes/ 2011-06-30 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (June, 2011) * i386-dis.c (vex_len_table): Correct rorxS. * i386-opc.tbl: Correct rorx. * i386-tbl.h: Regenerated.
This commit is contained in:
parent
75d5a45f82
commit
4cb0953da2
11 changed files with 98 additions and 82 deletions
|
@ -8961,7 +8961,7 @@ static const struct dis386 vex_len_table[][2] = {
|
|||
|
||||
/* VEX_LEN_0F3AF0_P_3 */
|
||||
{
|
||||
{ "rorxS", { Gdq, VexGdq, Edq, Ib } },
|
||||
{ "rorxS", { Gv, Ev, Ib } },
|
||||
},
|
||||
|
||||
/* VEX_LEN_0FXOP_09_80 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue