commit | 2e11b15dff0bed8f29e844940f127e6e89cd766c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jun 16 12:04:04 2016 -0700 |
committer | David Gibson <david@gibson.dropbear.id.au> | Fri Jun 17 16:33:33 2016 +1000 |
tree | 960878f6192ed8463553493e48d6871da2a7acef | |
parent | d917e88d85a147a99f38a62a4f95cac21e366d51 [diff] |
target-ppc: Fix rlwimi, rlwinm, rlwnm In 63ae0915f8ec, I arranged to use a 32-bit rotate, without considering the effect of a mask value that wraps around to the high bits of the word. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>