diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 00:59:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 00:59:13 +0000 |
commit | 712366da0a27326f43d53ca4bfdca34b463c3bae (patch) | |
tree | a992dd67b3edde6cf4d7bf2754d28087acc4ef83 /opcodes/ChangeLog | |
parent | cd46f81be7f48ae53941703f2914cf9a36022998 (diff) | |
download | gdb-712366da0a27326f43d53ca4bfdca34b463c3bae.zip gdb-712366da0a27326f43d53ca4bfdca34b463c3bae.tar.gz gdb-712366da0a27326f43d53ca4bfdca34b463c3bae.tar.bz2 |
Replace "Vex" with "Vex=3" on AVX scalar instructions.
2010-01-23 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (VEXScalar): New.
* i386-opc.tbl: Replace "Vex" with "Vex=3" on AVX scalar
instructions.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 641d2ad..323e5b6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2010-01-23 H.J. Lu <hongjiu.lu@intel.com> + + * i386-opc.h (VEXScalar): New. + + * i386-opc.tbl: Replace "Vex" with "Vex=3" on AVX scalar + instructions. + * i386-tbl.h: Regenerated. + 2010-01-21 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor. |