[v4,0/8] x86: suffix handling changes

Message ID 4aa2665c-535f-da2d-1edb-4eb1f4195c3e@suse.com
Headers
Series x86: suffix handling changes |

Message

Jan Beulich Oct. 13, 2022, 8:15 a.m. UTC
  ... accompanied by a few other improvements (or so I hope) found
along the way.

1: constify parse_insn()'s input
2: introduce Pass2 insn attribute
3: re-work insn/suffix recognition
4: further re-work insn/suffix recognition to also cover MOVSL
5: don't recognize/derive Q suffix in the common case
6: allow HLE store of accumulator to absolute 32-bit address
7: move bad-use-of-TLS-reloc check
8: drop (now) stray IsString

Note that patches 5...7 were previously approved, but can't be committed
ahead of the earlier ones.

Jan