diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-03-18 10:55:20 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-03-18 10:55:20 +0100 |
commit | a548407ec2f8e9bc2d01d9774f6af45bbbd209e3 (patch) | |
tree | 300bb76cc73aa8f5c30c909afae5a62c99ee6ead /opcodes/i386-tbl.h | |
parent | 22c3694052384bc207bdf36d8c05c560bd91d291 (diff) | |
download | gdb-a548407ec2f8e9bc2d01d9774f6af45bbbd209e3.zip gdb-a548407ec2f8e9bc2d01d9774f6af45bbbd209e3.tar.gz gdb-a548407ec2f8e9bc2d01d9774f6af45bbbd209e3.tar.bz2 |
x86: drop stray CheckRegSize from VEXTRACT{F,I}32X4
They have only a single operand allowing multiple sizes, hence there are
no pairs of operands to check for consistent size.
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 bfcbedc..af7d366 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -53799,7 +53799,7 @@ const insn_template i386_optab[] = { { 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0 } } } }, { "vextractf32x4", 0x19, None, 3, - { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, + { 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, 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 4, 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, @@ -53816,7 +53816,7 @@ const insn_template i386_optab[] = { { 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 } } } }, { "vextracti32x4", 0x39, None, 3, - { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, + { 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, 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 4, 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, |