]> git.proxmox.com Git - qemu.git/commit
tcg-arm: Use movi32 + blx for calls on v7
authorRichard Henderson <rth@twiddle.net>
Wed, 13 Mar 2013 20:40:43 +0000 (13:40 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 27 Apr 2013 00:16:45 +0000 (02:16 +0200)
commit302fdde73f88fd958acfa18b670eed092eab21a0
tree47410ab7519dc0578a7b71f19653a46b957445d1
parent595b5397cc589d694ec3af660b21f483e8142f69
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>
tcg/arm/tcg-target.c