Fix issue #269
Patch from here
http://lists.nongnu.org/archive/html/qemu-devel/2015-11/msg03848.html
Also fix another potential issue with constants from
bbeb82395e (diff-9e0011b4d4a5890b309421630e6d86c3)
This commit is contained in:
@@ -4155,8 +4155,10 @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b,
|
||||
break;
|
||||
#ifdef TARGET_X86_64
|
||||
case MO_64:
|
||||
tcg_gen_mulu2_i64(tcg_ctx, *cpu_regs[s->vex_v], *cpu_regs[reg],
|
||||
*cpu_T[0], *cpu_regs[R_EDX]);
|
||||
tcg_gen_mulu2_i64(tcg_ctx, *cpu_T[0], *cpu_T[1],
|
||||
*cpu_T[0], *cpu_regs[R_EDX]);
|
||||
tcg_gen_mov_i64(tcg_ctx, *cpu_regs[s->vex_v], *cpu_T[0]);
|
||||
tcg_gen_mov_i64(tcg_ctx, *cpu_regs[reg], *cpu_T[1]);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user