diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-07-21 12:32:25 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-07-21 12:32:25 +0200 |
commit | ea09fe92596fbb2a5da4595459bfe8b23789ec8d (patch) | |
tree | ba8c93ec49051bd0b8eb7471c2a7d356a7d59260 /opcodes/i386-tbl.h | |
parent | 987e8a90fa6541d57b42fef95fae0a7da5a2c9bc (diff) | |
download | binutils-gdb-ea09fe92596fbb2a5da4595459bfe8b23789ec8d.tar.gz |
x86: replace wrong attributes on VCVTDQ2PH{X,Y}
A standalone (without SAE) StaticRounding attribute is meaningless, and
indeed all other similar insns have ATTSyntax there instead. I can only
assume this was some strange copy-and-paste mistake.
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index e0bd4e6037f..6f3a7579fe7 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -56755,7 +56755,7 @@ const insn_template i386_optab[] = { "vcvtdq2phx", 0x5b, 2, None, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, - 0, 2, 3, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, + 0, 2, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -56770,7 +56770,7 @@ const insn_template i386_optab[] = { "vcvtdq2phy", 0x5b, 2, None, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, - 0, 3, 3, 0, 1, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, + 0, 3, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |