commit | f3f71a5ca0b65c0aaf079e2b23ddfacb6fdc7d92 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Jun 10 10:45:16 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Jun 10 10:45:16 2024 +0200 |
tree | d198581436b4980bb69afb1a753ab954d72414d8 | |
parent | 8ebb6fcd0755717f7c2dd9ff7623e8199b0a88d5 [diff] |
x86/APX: support extended SETcc form As indicated during review, spelling/readability-wise setz %eax is easier than setzuz %al _and_ properly specifies the full register that's being modified. Permit that form to be used, even if the spec writers are unwilling to formally mention it. While there also correct the non-ZU EVEX form: That ought to also permit memory operands.