commit | 22ffad31d453a82aa290bf196f904580198e8e66 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Aug 25 14:25:44 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 08 12:50:53 2014 +0200 |
tree | 247b2dfd16ba4f144f31d89d3c8325f40c3b3082 | |
parent | 269778769d4d24c511bc3d5f95eeb2e92dcf1868 [diff] |
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>