]> git.proxmox.com Git - qemu.git/commit
tcg-ia64: Use ADDS for small addition
authorRichard Henderson <rth@twiddle.net>
Thu, 5 Sep 2013 20:15:13 +0000 (16:15 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Nov 2013 05:57:23 +0000 (15:57 +1000)
commit8642088a3d73a599b31c6fdd1d2aa2c945d95ced
treee09462db5e347acb4bf56fd3a3a8843d450876fa
parent3c289cba9b82ff55f52287a642332d4c2ca62b95
tcg-ia64: Use ADDS for small addition

Avoids a wasted cycle loading up small constants.

Simplify the code assuming the tcg optimizer is going to work
and don't expect the first operand of the add to be constant.

Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ia64/tcg-target.c