commit | 78c9f7c5b09408b4cac69a4fee97a118c8a89f6c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Mar 27 14:37:42 2013 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Fri Apr 05 13:35:41 2013 -0500 |
tree | b98cf05a69b5cbff780e884e4b5964f8ac1d56fc | |
parent | 0db921e6d8660a2491c173a2821e30924018d4bb [diff] |
tcg-s390: Use all 20 bits of the offset in tcg_out_mem This can save one insn, if the constant has any bits in 32-63 set, but no bits in 21-31 set. It never results in more insns. Signed-off-by: Richard Henderson <rth@twiddle.net>