commit | 87860ef6f4650d513530af4cb4e3e85a863139cf | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jun 21 08:36:03 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jun 21 08:36:03 2024 +0200 |
tree | 028affe87a8289d38dc889ae3bf6cfc7ea77440f | |
parent | 8bcda53caab0308b5908dda68194ab5e3e2dd09d [diff] |
x86/APX: fix disassembly of byte register operands Like for REX/REX2, EVEX-prefixed insns access the low bytes of all registers; %ah...%bh are inaccessible. Reflect this correctly in output, by leveraging REX machinery we already have to this effect.