xemu/target-ppc
Tom Musta 269778769d target-ppc: Clean up mullwo
Simplify the implementation of mullwo.  For 64 bit CPUs, the result is
the concatenation of the upper and lower parts of the muls2_i32 operation,
which may be slightly better than deposit.  For 32 bit CPUs, the lower part
of the muls_i32 operation is moved into the target GPR.

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>
2014-09-08 12:50:53 +02:00
..
2014-06-24 20:01:24 +04:00
2014-06-16 13:24:46 +02:00
2014-06-16 13:24:45 +02:00
2014-09-08 12:50:51 +02:00
2013-07-01 01:11:14 +02:00
2014-06-16 13:24:45 +02:00
2014-03-05 03:06:23 +01:00
2014-09-08 12:50:53 +02:00