x86: drop Rm and the 'L' macro
authorJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:43:03 +0000 (10:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 14 Jul 2020 08:43:03 +0000 (10:43 +0200)
commit78467458dd39623607605180bce0a58728110f34
tree344c2e4087e853a47f0009585e7bd0bca7c2cac1
parent464d2b65680352965d877d9f4ac5430bd05934df
x86: drop Rm and the 'L' macro

Rm (and hence OP_R()) can be dropped by making 'Z' force modrm.mod to 3
(for OP_E()) instead of ignoring it. While at it move 'Z' handling to
its designated place (after 'Y'; 'W' handling will be moved by a later
change).

Moves to/from TRn are illegal in 64-bit mode and thus get converted to
honor this at the same time (also getting them in line with moves
to/from CRn/DRn ModRM.mod handling wise). This then also frees up the L
macro.
opcodes/ChangeLog
opcodes/i386-dis.c
This page took 0.023726 seconds and 4 git commands to generate.