tcg-i386: Make use of zero-extended memory helper routines
authorRichard Henderson <rth@twiddle.net>
Thu, 29 Aug 2013 22:00:16 +0000 (15:00 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 2 Sep 2013 16:08:31 +0000 (09:08 -0700)
commit6fb5874590589585cdcad4ca2431d9d8d4d491b1
tree2d3be57af51676337f6cf2832f50cb5307101ffe
parentc8f94df5934afd9b2011773aaee0fdef714ff573
tcg-i386: Make use of zero-extended memory helper routines

For 8 and 16-bit unsigned loads, rely on the zero-extension
from the helper and use a smaller 32-bit move insn.

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