x86/APX: TILE{RELEASE,ZERO} have no EVEX encodings
commitc179ace029aff5916c02168fa925b2269d7da0ec
authorJan Beulich <jbeulich@suse.com>
Fri, 26 Jan 2024 09:34:48 +0000 (26 10:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Jan 2024 09:34:48 +0000 (26 10:34 +0100)
treee91552b1a7da62946e98e70b4574ad40164f4872
parent836f6ceb83dceca0c261507928fbd7fe5a6aea65
x86/APX: TILE{RELEASE,ZERO} have no EVEX encodings

Re-using the entire VEX decode hierarchy for the respective major opcode
has led to those two also being decoded as-if valid. Follow the earlier
USE_X86_64_EVEX_{PFX,W}_TABLE approach to avoid this happening.
opcodes/i386-dis-evex.h
opcodes/i386-dis.c