tcg-i386: Use lea for three-operand add.
commit5d1e4e85cee8c735ae49599ba96440d29312557c
authorRichard Henderson <rth@twiddle.net>
Fri, 21 May 2010 15:30:34 +0000 (21 08:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 May 2010 16:20:23 +0000 (21 16:20 +0000)
tree739ec9fe4823a68aaf027d9b8b6cdb84a34a830c
parent34a6d0b7fcac2faf936ab92803b4ac21f809a3b9
tcg-i386: Use lea for three-operand add.

The result is shorter than the mov+add that TCG would
otherwise generate for us.

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