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/ChangeLog | |
parent | 2a410bd1c373d377c221476ccda2156b595e6d6b (diff) | |
download | binutils-b8364fa775112f036a80e799b70311f69baac131.zip binutils-b8364fa775112f036a80e799b70311f69baac131.tar.gz binutils-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/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index da0d7ab..c4c3e99 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2019-06-25 Jan Beulich <jbeulich@suse.com> + + * i386-opc.tbl (and): Mark Imm8S form for optimization. + * i386-tbl.h: Re-generate. + 2019-06-21 H.J. Lu <hongjiu.lu@intel.com> * i386-dis-evex.h: Break into ... |