]> git.proxmox.com Git - qemu.git/commit
tcg-ia64: Handle constant calls
authorRichard Henderson <rth@twiddle.net>
Thu, 5 Sep 2013 16:11:27 +0000 (12:11 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Nov 2013 05:56:30 +0000 (15:56 +1000)
commit6f65c780b952485d7d1edbb72bf199e9803995e2
treead1126698b7e5b294d8119ddf0652922c424bb29
parent5f7b16877a431c477d8dac92d0bb553d05c6402e
tcg-ia64: Handle constant calls

Using only indirect calls results in 3 bundles (one to load the
descriptor address), and 4 stop bits.  By looking through the
descriptor to the constants, we can perform the call with 2
bundles and only 1 stop bit.

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