Add implicitly sized versions of the K instructions
commitb1e15f42feb65e2401776450843cf23aab7895d4
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 9 Aug 2019 09:44:46 +0000 (9 02:44 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 9 Aug 2019 09:44:46 +0000 (9 02:44 -0700)
tree410efa327e4f1da9d7d1dcc99ef9a6e663d4638a
parent602e67f93261fd61e73a3b37e25d9be68c6bbffe
Add implicitly sized versions of the K instructions

This allows the K instructions to be specified without a size suffix
as long as the operands are sized; this matches the way most other x86
instructions work. As this is not the syntax specified in the SDM,
don't use it for disassembly.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/parser.c
test/k_test.asm [new file with mode: 0644]
x86/insns.dat