target-i386: Introduce gen_op_st_rm_T0_A0
authorRichard Henderson <rth@twiddle.net>
Sat, 2 Nov 2013 17:59:43 +0000 (10:59 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:30 +0000 (11:36 -0800)
commitd4faa3e08a13aa70bf0d9709610ab27713167df9
treece03042da167d4657be29fa60584d28e3d30d6c0
parentdc732b76fa6f30bbfc46f721d52a67d0505a1445
target-i386: Introduce gen_op_st_rm_T0_A0

Too many places have the same test vs OR_TMP0 to indicate
a write back to memory.  Hoist that to a subroutine.

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