tcg: Move some opcode generation functions out of line
commit951c6300f74ace35d87c079affc57cfc513a6a35
authorRichard Henderson <rth@twiddle.net>
Fri, 19 Sep 2014 18:39:20 +0000 (19 11:39 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 Feb 2015 05:21:38 +0000 (12 21:21 -0800)
tree0df9e7aae513424e3b911f09f2f22452487bf395
parent449008f86418583a1f0fb946cf91ee7b4797317d
tcg: Move some opcode generation functions out of line

Some of these functions are really quite large.  We have a number of
things that ought to be circularly dependent, but we duplicated code
to break that chain for the inlines.

This saved 25% of the code size of one of the translators I examined.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Makefile.target
tcg/tcg-op.c [new file with mode: 0644]
tcg/tcg-op.h
tcg/tcg.c
tcg/tcg.h