commit | 4ec4f0bd564f79a7144fcaca59515a9c6cfc4577 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Sep 11 13:34:38 2013 -0700 |
committer | Richard Henderson <rth@redhat.com> | Wed Apr 16 12:12:58 2014 -0400 |
tree | dc03889755001fc88d490bf0f779eca506a29103 | |
parent | dfeb5fe7700d5e29a276f571aee7f6fc4267ee96 [diff] |
tcg-aarch64: Use ORRI in tcg_out_movi The subset of logical immediates that we support is quite quick to test, and such constants are quite common to want to load. Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by: Richard Henderson <rth@twiddle.net>