[0/2] x86: adjust disassembling of selector-access insns

Message ID 3f44f9a7-2f4c-d92d-ec19-5023f317357a@suse.com
Headers
Series x86: adjust disassembling of selector-access insns |

Message

Jan Beulich July 14, 2023, 10:01 a.m. UTC
  While the first patch is merely simplifying things (back), the latter
(slightly RFC) improves consistency on the disassembler side along the
lines of earlier improvements (c9f5b96bdab0 "x86: correct handling of
LAR and LSL") and ones done only on the assembler side (5eeeafe0a688
"x86: have insns acting on segment selector values allow for consistent
operands").

1: simplify disassembly of LAR/LSL
2: adjust disassembly of insns operating on selector values

Jan