]> git.proxmox.com Git - mirror_qemu.git/commit
tcg-i386: Tidy calls.
authorRichard Henderson <rth@twiddle.net>
Fri, 21 May 2010 15:30:27 +0000 (08:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 May 2010 16:20:22 +0000 (16:20 +0000)
commitaadb21a4b27457710f2a62682fd040e8fe37af65
tree65a6fb2259325ad2dc34e6c6af2527da125c3481
parent6858614e6c0da6e557680a3606b32c0b8f0a093d
tcg-i386: Tidy calls.

Define OPC_CALL_Jz, generated by tcg_out_calli; use the later
throughout.  Unify the calls within qemu_st; adjust the stack
with a single pop if applicable.

Define and use EXT_CALLN_Ev for indirect calls.

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