diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-09-15 17:09:08 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-09-15 17:10:17 -0700 |
commit | db4cc66567397498a9e9eaedb8d0bb8889744ef7 (patch) | |
tree | b35dcd7b0ba840ff547fa32a2035cbc0e52cd688 /opcodes/ChangeLog | |
parent | 6e809f2dfa65fff42e3ab20e0d7490454288bbcc (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |