]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86/APX: fix disassembly of byte register operands
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2024 06:36:03 +0000 (08:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2024 06:36:03 +0000 (08:36 +0200)
commit87860ef6f4650d513530af4cb4e3e85a863139cf
tree028affe87a8289d38dc889ae3bf6cfc7ea77440f
parent8bcda53caab0308b5908dda68194ab5e3e2dd09d
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.
opcodes/i386-dis.c