[v3,0/7] x86: suffix handling changes

Message ID 20e2773a-2e47-869b-1900-709f8ad4cd6b@suse.com
Headers
Series x86: suffix handling changes |

Message

Jan Beulich Oct. 5, 2022, 7:19 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

Jan