]> xenbits.xensource.com Git - xen.git/commit
x86emul: use CASE_SIMD_PACKED_INT() where possible
authorJan Beulich <jbeulich@suse.com>
Fri, 20 Dec 2019 15:46:20 +0000 (16:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Dec 2019 15:46:20 +0000 (16:46 +0100)
commitf71dbc2f4c3024e6edf99c5a0b5029d52559b55e
tree75e18b13e20f15664143052c2153566cc7bc4dcb
parentf801b40d20c01eb41bed3157e266a18d34260259
x86emul: use CASE_SIMD_PACKED_INT() where possible

This (imo) improves readability (simply by the shrunk number of lines)
and helps prepare for optionally disabling MMX and SIMD support in the
emulator.

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