target-i386: Rearrange processing of 0F AE
commit121f3157887f92268a3d6169e2d4601f9292020b
authorRichard Henderson <rth@twiddle.net>
Tue, 17 Nov 2015 14:08:57 +0000 (17 15:08 +0100)
committerRichard Henderson <rth@twiddle.net>
Fri, 12 Feb 2016 20:59:59 +0000 (13 07:59 +1100)
treee07ef3029ce3c63a7d530b52f1461b72fe0eacef
parent1906b2af7c2345037d9b2fdf484b457b5acd09d1
target-i386: Rearrange processing of 0F AE

Rather than nesting tests of OP, MOD, and RM, decode them all at once
with a switch.  Also, add some missing #UD checks for e.g. incorrect
LOCK prefix.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c