tcg/mips: move tcg_out_addsub2
commitd9f26847f1429bdb8ccaa4e7bd5f8b57a9da0e8d
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 10 Jul 2015 20:04:48 +0000 (10 22:04 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 19 Sep 2015 09:53:14 +0000 (19 11:53 +0200)
treea01b13a3142a380497ea492a640f394563cb304e
parent5eb4f645eba8a79ea643b228c74a79183d436c97
tcg/mips: move tcg_out_addsub2

Somehow the tcg_out_addsub2 function ended-up in the middle of the
qemu_ld/st related functions. Move it with other arithmetics related
functions.

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