[0/3] x86: assorted opcode processing adjustments

Message ID 1387362a-7920-de18-18e5-9fe42f923f0b@suse.com
Headers
Series x86: assorted opcode processing adjustments |

Message

Jan Beulich Feb. 3, 2023, 7:30 a.m. UTC
  The first change follows what was already done for Intel syntax code.
The second is finally doing what I was meaning to do for quite some
time, noticing the inefficiencies once again while preparing patch 1.
The third change is perhaps just a first step towards re-arranging
how we represent template attributes; see there for possible further
steps.

1: improve special casing of certain insns
2: simplify a few expressions
3: move (and rename) opcodespace attribute

Jan