tcg-i386: Tidy move operations.
commitaf2660894f1d71cd8c9edeb19230f0336e320bcd
authorRichard Henderson <rth@twiddle.net>
Wed, 14 Apr 2010 14:58:59 +0000 (14 07:58 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 20 May 2010 19:13:43 +0000 (20 21:13 +0200)
tree2b5cc2a850b2770e6bd1cd19e0e43f6b238c74a5
parentf53dba010162a5ae57776084013e2d3ae32b0889
tcg-i386: Tidy move operations.

Define OPC_MOVB* and OPC_MOVL*; use them throughout.
Use tcg_out_ld/st instead of bare tcg_out_modrm_offset
when it makes sense.

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