diff options
author | Richard Henderson <rth@twiddle.net> | 2016-02-23 17:18:35 -0800 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-05-27 09:40:22 +1000 |
commit | 63ae0915f8ec9746d17a25c27f64cf65550627ab (patch) | |
tree | 717c5bc444ba059c4feb5df99aea5fd3dac38f5d /VERSION | |
parent | 24f9cd951d1a8eda1ce1e2cf97a26ca169040331 (diff) |
target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate
A 32-bit rotate insn is more common on hosts than a deposit insn,
and if the host has neither the result is truely horrific.
At the same time, tidy up the temporaries within these functions,
drop the over-use of "likely", drop some checks for identity that
will also be checked by tcg-op.c functions, and special case mask
without rotate within rlwinm.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions