target-mips: Use tcg_gen_extrh_i64_i32
authorRichard Henderson <rth@twiddle.net>
Wed, 2 Sep 2015 22:50:14 +0000 (15:50 -0700)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 18 Sep 2015 08:20:48 +0000 (09:20 +0100)
commit71f303cd246ae22ce6fdacb3801b5abbca25c409
tree63c1cd17b6b7736354e85ccd51c72ad6fdf6eb58
parent16a1b6e97c2a2919fd296db4bea2f9da2ad3cc4d
target-mips: Use tcg_gen_extrh_i64_i32

We can tidy gen_load_fpr32h, as well as introduce a helper
to cleanup the MACC instructions.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c