target-i386: Remove gen_op_movl_T0_im*
commit0ae657b11656284d5f3967c3fe9640c2a238fcd0
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Nov 2013 01:58:01 +0000 (5 11:58 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:32 +0000 (7 11:36 -0800)
treed86e33a4bf37fc25ebee5b725e4e0fce48dd9e0a
parent1b90d56e8c46ca92f39c330a5ce38ef7f6d6ebb6
target-i386: Remove gen_op_movl_T0_im*

Propagate the definitions into all users.  The only time that
gen_op_movl_T1_imu was used, the input was type 'unsigned',
so the replacement works identically.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c