aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorIlya Tocar <ilya.tocar@intel.com>2014-02-20 19:08:13 +0400
committerH.J. Lu <hjl.tools@gmail.com>2014-02-25 08:52:02 -0800
commitd6e9dd78c4ac29900ed0047f15892720c67dff6b (patch)
treeab6f626070cb50d86c92494b9da2cb4ad552bf15 /opcodes/ChangeLog
parent475109d8708bdc9c9a4667c0e460a1c395fdd8fd (diff)
downloadgdb-d6e9dd78c4ac29900ed0047f15892720c67dff6b.zip
gdb-d6e9dd78c4ac29900ed0047f15892720c67dff6b.tar.gz
gdb-d6e9dd78c4ac29900ed0047f15892720c67dff6b.tar.bz2
Remove bogus vcvtps2ph variant.
We currently support version of vcvtps2ph with sae and only 1 register operand. This version is encoded as if missing operand was equal to ymm0. I didn't found any references to this variant in http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf This patch removes it. opcodes/ * i386-opc.tbl: Remove wrong variant of vcvtps2ph * i386-tbl.h: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 585d619..ac1d8fb 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,4 +1,9 @@
-2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
+2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
+
+ * i386-opc.tbl: Remove wrong variant of vcvtps2ph
+ * i386-tbl.h: Regenerate.
+
+2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
* i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
(cpu_flags): Add CpuPREFETCHWT1.