diff options
author | Jan Beulich <jbeulich@suse.com> | 2022-01-06 14:19:20 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2022-01-06 14:19:20 +0100 |
commit | f0db6fb6d964cd415b284d859d670df63b787697 (patch) | |
tree | 3e60acbf732a4be47027f3332438d28c8e3858c1 /opcodes/i386-tbl.h | |
parent | 274be12a22df16d61dd7bc5cd08b8a12542d2c34 (diff) | |
download | gdb-f0db6fb6d964cd415b284d859d670df63b787697.zip gdb-f0db6fb6d964cd415b284d859d670df63b787697.tar.gz gdb-f0db6fb6d964cd415b284d859d670df63b787697.tar.bz2 |
x86: drop NoAVX from POPCNT
With the introduction of CpuPOPCNT the NoAVX attribute has become
meaningless for POPCNT.
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index 00fd31e..6be12aa 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -53251,7 +53251,7 @@ const insn_template i386_optab[] = { "popcnt", 0xb8, None, 2, { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, |