[PATCH 0/4] x86: operand types handling in gas
Jan Beulich <[email protected]> Fri, 24 Jul 2026 12:13:11 +0200
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
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