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)
commit2a787584d186789f8026f57507e4a4ace4258f99
tree65a6fb2259325ad2dc34e6c6af2527da125c3481
parentd2ec08b131766ea679fb46fcabe6cfa90baaf876
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