[0/4] x86: operand types handling in gas

Message ID 4bce97ee-c8d1-44f8-8c61-4ec3a5b91b4f@suse.com
Headers
Series x86: operand types handling in gas |

Message

Jan Beulich July 24, 2026, 10:13 a.m. UTC
  This is another step in reducing excessive table size of the ever growing
insn templates we've got, thus improving cache locality / utilization (apart
from the perhaps less important image size reduction).

1: copy template's .operand_types[] into global insn data
2: correct operand_types[] used in build_vex_prefix()
3: helper function + variables for templates' ->operand_types[] accesses
4: move operand_types[] out of struct insn_template

Jan