target-i386: Tidy addr16 code in gen_lea_modrm
commit7effd62514fa42c3c6c9be15a97c98a5f76748b7
authorRichard Henderson <rth@twiddle.net>
Wed, 6 Nov 2013 01:34:38 +0000 (6 11:34 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:40:13 +0000 (7 11:40 -0800)
treee02ace4a24a821a95cbccd7d0ce8404413273d95
parentab4e4aec78657138312948359055e20f6266bd17
target-i386: Tidy addr16 code in gen_lea_modrm

Unlike the addr32, there was no bug.  But we can use the same
technique to reduce the number of TCG ops.

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