target-i386: Remove gen_op_mov*_A0_im
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Nov 2013 02:09:00 +0000 (12:09 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:32 +0000 (11:36 -0800)
commit3250cff8e521ec361d3bda69acffa77b70f9525d
tree13b9f519ae57bd125884a85e6ac69a328dde39e8
parent0ae657b11656284d5f3967c3fe9640c2a238fcd0
target-i386: Remove gen_op_mov*_A0_im

Propagate the definitions into all users.  In two cases, this allows
us to share code between the 32-bit and 64-bit immediate moves.

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