commit | 302fdde73f88fd958acfa18b670eed092eab21a0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Mar 13 13:40:43 2013 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Apr 27 02:16:45 2013 +0200 |
tree | 47410ab7519dc0578a7b71f19653a46b957445d1 | |
parent | 595b5397cc589d694ec3af660b21f483e8142f69 [diff] |
tcg-arm: Use movi32 + blx for calls on v7 Work better with branch predition when we have movw+movt, as the size of the code is the same. Perhaps re-evaluate when we have a proper constant pool. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>