x86: simplify OP_I64()
authorJan Beulich <jbeulich@novell.com>
Tue, 25 Jun 2019 07:27:05 +0000 (09:27 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 25 Jun 2019 07:35:17 +0000 (09:35 +0200)
commita280ab8e81498c6049dca79f64bd0cc02ead01ab
tree267b67b4cc5219cf4486772142cd79b2c5f9de4e
parente1a1babdad9d14b935cbddc7d63fb76a580a16c5
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.
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.025181 seconds and 4 git commands to generate.