diff options
author | Jan Beulich <jbeulich@novell.com> | 2019-06-25 09:27:05 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-06-25 09:35:17 +0200 |
commit | a280ab8e81498c6049dca79f64bd0cc02ead01ab (patch) | |
tree | 267b67b4cc5219cf4486772142cd79b2c5f9de4e /opcodes/ChangeLog | |
parent | e1a1babdad9d14b935cbddc7d63fb76a580a16c5 (diff) | |
download | binutils-a280ab8e81498c6049dca79f64bd0cc02ead01ab.zip binutils-a280ab8e81498c6049dca79f64bd0cc02ead01ab.tar.gz binutils-a280ab8e81498c6049dca79f64bd0cc02ead01ab.tar.bz2 |
x86: simplify OP_I64()
The only meaningful difference from OP_I() is the handling of the
VEX.W=1 case in 64-bit mode for bytemode being v_mode. Funnel
everything else into OP_I(), and drop no longer needed local
variables.
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 e02fd08..78a8792 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2019-06-25 Jan Beulich <jbeulich@suse.com> + * i386-dis.c (OP_I64): Forword more cases to OP_I(). Drop local + variables. + +2019-06-25 Jan Beulich <jbeulich@suse.com> + * i386-dis.c (prefix_table): Use Edq for cvtsi2ss and cvtsi2sd. Use Gdq for cvttss2si, cvttsd2si, cvtss2si, and cvtsd2si, and movnti. |