commit | b1f6dc0d2a03f0e114cc5ff08b0a133e24fd55ad | [log] [tgz] |
---|---|---|
author | Claudio Fontana <claudio.fontana@huawei.com> | Tue Jun 11 10:14:09 2013 +0200 |
committer | Claudio Fontana <claudio.fontana@huawei.com> | Wed Jul 03 14:43:11 2013 +0200 |
tree | d14417cb5e08b0bcf5b2b268a8289ac7a0a2f733 | |
parent | 1acd5a373905ddb28957842256a038956941f332 [diff] |
tcg/aarch64: implement ldst 12bit scaled uimm offset implement the 12bit scaled unsigned immediate offset variant of LDR/STR. This improves code size by avoiding the movi + ldst_r for naturally aligned offsets in range. Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com> Reviewed-by: Richard Henderson <rth@twiddle.net>