aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-09-15 17:09:08 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-09-15 17:10:17 -0700
commitdb4cc66567397498a9e9eaedb8d0bb8889744ef7 (patch)
treeb35dcd7b0ba840ff547fa32a2035cbc0e52cd688 /opcodes/ChangeLog
parent6e809f2dfa65fff42e3ab20e0d7490454288bbcc (diff)
downloadgdb-db4cc66567397498a9e9eaedb8d0bb8889744ef7.zip
gdb-db4cc66567397498a9e9eaedb8d0bb8889744ef7.tar.gz
gdb-db4cc66567397498a9e9eaedb8d0bb8889744ef7.tar.bz2
x86: Set VexW=3 on AVX vrsqrtss
AVX vrsqrtss is a VEX WIG instruction. * i386-opc.tbl: Set VexW=3 on AVX vrsqrtss. * i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 408512c..ca03df8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2018-09-15 H.J. Lu <hongjiu.lu@intel.com>
+ * i386-opc.tbl: Set VexW=3 on AVX vrsqrtss.
+ * i386-tbl.h: Regenerated.
+
+2018-09-15 H.J. Lu <hongjiu.lu@intel.com>
+
PR gas/23665
* i386-dis.c (vex_len_table): Update VEX_LEN_0F7E_P_1 and
VEX_LEN_0FD6_P_2 entries.