On Tue, Nov 17, 2015 at 12:41:47PM +0100, Richard Henderson wrote: > The Intel specification clearly indicates that the low part > of the result is written first and the high part of the result > is written second; thus if ModRM:reg and VEX.vvvv are identical, > the final result should be the high part of the result. > > At present, TCG may either produce incorrect results or crash > with --enable-checking. > > Reported-by: Toni Nedialkov <farm...@gmail.com> > Reported-by: Max Reitz <mre...@redhat.com> > Signed-off-by: Richard Henderson <r...@twiddle.net>
Applied to x86 tree. Thanks! -- Eduardo