target-ppc: Implement mulldo with TCG
authorTom Musta <tommusta@gmail.com>
Mon, 25 Aug 2014 19:25:44 +0000 (14:25 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 8 Sep 2014 10:50:53 +0000 (12:50 +0200)
commit22ffad31d453a82aa290bf196f904580198e8e66
tree247b2dfd16ba4f144f31d89d3c8325f40c3b3082
parent269778769d4d24c511bc3d5f95eeb2e92dcf1868
target-ppc: Implement mulldo with TCG

Optimize mulldo by using the muls2_i64 operation rather than a helper.  Eliminate
the obsolete helper code.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Suggested-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate.c