commit | 1fd959466574c3d46f4898f2e27cd3b1060338e4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Mar 25 21:36:28 2012 +0200 |
committer | Richard Henderson <rth@twiddle.net> | Fri Sep 21 22:02:19 2012 +0200 |
tree | 803b7f9e1399700b2e1849f96b82041b42e8f4aa | |
parent | 4c3204cb12a966d0d1255eeeaabf30ee4bd34629 [diff] |
tcg-sparc: Mask shift immediates to avoid illegal insns. The xtensa-test image generates a sra_i32 with count 0x40. Whether this is accident of tcg constant propagation or originating directly from the instruction stream is immaterial. Signed-off-by: Richard Henderson <rth@twiddle.net>