commit | 121f3157887f92268a3d6169e2d4601f9292020b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Nov 17 15:08:57 2015 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Sat Feb 13 07:59:59 2016 +1100 |
tree | e07ef3029ce3c63a7d530b52f1461b72fe0eacef | |
parent | 1906b2af7c2345037d9b2fdf484b457b5acd09d1 [diff] |
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>