commit | 6804f42c67d97401c7ef8438727eba788fc29329 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 01 09:20:56 2024 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 01 09:20:56 2024 +0100 |
tree | 804af6a60cfd4ec5d6fa26dace917328c0a40fdb | |
parent | eb3f3841da4ea29dec13c84c241c17a7623d15ca [diff] |
x86/APX: correct .insn opcode space determination when REX2 is needed In this case spaces 0f38 and 0f3a may not be put in place. To achieve the intended effect, operand parsing (but not operand processing) needs pulling ahead, so we know whether eGRP-s are in use.