]> Git Repo - qemu.git/commit
tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu
authorRichard Henderson <[email protected]>
Thu, 5 Sep 2013 19:56:44 +0000 (15:56 -0400)
committerRichard Henderson <[email protected]>
Mon, 18 Nov 2013 05:57:16 +0000 (15:57 +1000)
commit3c289cba9b82ff55f52287a642332d4c2ca62b95
tree8cad9141ac2540f2a78d0d1d08edebf2becef8cf
parentd15de15ca01fa990544b015fb972f2d04ab4d2d0
tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu

When performing an operation with two input registers, we'd leave
the stop bit (and thus an extra cycle) that's only needed when one
or the other input is a constant.

Acked-by: Aurelien Jarno <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/ia64/tcg-target.c
This page took 0.025114 seconds and 4 git commands to generate.