diff options
author | Jan Beulich <jbeulich@novell.com> | 2019-06-25 09:23:48 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-06-25 09:35:17 +0200 |
commit | b8364fa775112f036a80e799b70311f69baac131 (patch) | |
tree | d08fc20075de209c6f88d158e5d48cd13129a8b3 /opcodes/i386-tbl.h | |
parent | 2a410bd1c373d377c221476ccda2156b595e6d6b (diff) | |
download | gdb-b8364fa775112f036a80e799b70311f69baac131.zip gdb-b8364fa775112f036a80e799b70311f69baac131.tar.gz gdb-b8364fa775112f036a80e799b70311f69baac131.tar.bz2 |
x86-64: also optimize ANDQ with immediate fitting in 7 bits
The same reasoning applies here as did/does for immediates fitting in
31 bits.
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 4244ede..e0bd493 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -1729,7 +1729,7 @@ const insn_template i386_optab[] = 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 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, 1, 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 } }, |