]> xenbits.xensource.com Git - people/dariof/xen.git/commit
x86emul: add tables for XOP 08 and 09 extension spaces
authorJan Beulich <jbeulich@suse.com>
Mon, 5 Feb 2018 09:12:50 +0000 (10:12 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 5 Feb 2018 09:12:50 +0000 (10:12 +0100)
commit28ade548b8884bc3c28e9fb94ea8569a02df034b
treed9f62fffc68dc894e6f439abd5da96aacfa4589f
parent99d9d7a33b781bc9a91416f1e04c8e50e40fa4ef
x86emul: add tables for XOP 08 and 09 extension spaces

Convert the few existing opcodes so far supported.

Also adjust two vex_* case labels to better be ext_* (the values are
identical).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c