commit | ab92678d0a24e7ef8d4d93d18e5c0df8619874fe | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Aug 25 14:25:39 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 08 12:50:52 2014 +0200 |
tree | b844600f35613ad53f9cd86448fd0a4fd7375fac | |
parent | 439ce1401bac1687c711cb6acf4ee8f3f457c05e [diff] |
target-ppc: Special Case of rlwimi Should Use Deposit The special case of rlwimi where MB <= ME and SH = 31-ME can be implemented with a single TCG deposit operation. This replaces the less general case of SH = MB = 0 and ME = 31. 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>