x86: make PUSH/POP disassembly uniform
authorJan Beulich <jbeulich@suse.com>
Wed, 15 Jul 2020 06:55:20 +0000 (08:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 15 Jul 2020 06:55:20 +0000 (08:55 +0200)
commitc3f5525ff1aca37c64365fb3493e86cae5472ad2
treedf86751aac9ff6f0edde8b37a14afda7ed890f88
parente2e018c340310c0cd13f72d3dc8f6465936c5443
x86: make PUSH/POP disassembly uniform

Irrespective of their encoding the resulting output should look the
same. Therefore wire the handling of PUSH/POP with GPR operands
encoded in the main opcode byte to the same logic used for other
operands. This frees up yet another macro character.
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.024769 seconds and 4 git commands to generate.