mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target-s390x: Use mulu2 for mlgr insn
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
962415fcd5
commit
dc46d1c68a
3 changed files with 1 additions and 11 deletions
|
@ -2566,8 +2566,7 @@ static ExitStatus op_mul(DisasContext *s, DisasOps *o)
|
|||
|
||||
static ExitStatus op_mul128(DisasContext *s, DisasOps *o)
|
||||
{
|
||||
gen_helper_mul128(o->out, cpu_env, o->in1, o->in2);
|
||||
return_low128(o->out2);
|
||||
tcg_gen_mulu2_i64(o->out2, o->out, o->in1, o->in2);
|
||||
return NO_EXIT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue