commit | dfeb5fe7700d5e29a276f571aee7f6fc4267ee96 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 14 19:32:56 2013 -0700 |
committer | Richard Henderson <rth@redhat.com> | Wed Apr 16 12:12:58 2014 -0400 |
tree | 5cda104066bb7bb484c32774a6637abaf786b143 | |
parent | 929f8b55509fb92320e085504a8492b1908b8110 [diff] |
tcg-aarch64: Use MOVN in tcg_out_movi When profitable, initialize the register with MOVN instead of MOVZ, before setting the remaining lanes with MOVK. Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by: Richard Henderson <rth@twiddle.net>