diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-07-01 01:34:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-07-01 01:34:35 +0000 |
commit | 182ae480cc9860ae631442442d20174207888b58 (patch) | |
tree | 8666243b1d546462d270560fe9b242469288e1e8 /opcodes | |
parent | db863c4274ad1ea4f04feafe45540cc1c3dc7e4f (diff) | |
download | ppe42-binutils-182ae480cc9860ae631442442d20174207888b58.tar.gz ppe42-binutils-182ae480cc9860ae631442442d20174207888b58.zip |
Update rorxS.
2011-06-30 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Update rorxS.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 51c6aa967f..2e04791f93 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2011-06-30 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (vex_len_table): Update rorxS. + +2011-06-30 H.J. Lu <hongjiu.lu@intel.com> + AVX Programming Reference (June, 2011) * i386-dis.c (vex_len_table): Correct rorxS. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 04ab2bd9b8..d284afc628 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -8961,7 +8961,7 @@ static const struct dis386 vex_len_table[][2] = { /* VEX_LEN_0F3AF0_P_3 */ { - { "rorxS", { Gv, Ev, Ib } }, + { "rorxS", { Gdq, Edq, Ib } }, }, /* VEX_LEN_0FXOP_09_80 */ |