target-mips: fix multiple TCG registers covering same data
commitcb269f273fdbdb26ddb1cba4a0fe2249418a8e77
authorYongbok Kim <yongbok.kim@imgtec.com>
Fri, 7 Nov 2014 10:43:21 +0000 (7 10:43 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Fri, 7 Nov 2014 14:15:28 +0000 (7 14:15 +0000)
treef2709af757f8049c2562fe69b5e2e00ad82599d6
parent342368aff7d61a32b5853068b92039a2b15507c5
target-mips: fix multiple TCG registers covering same data

Avoid to allocate different TCG registers for the FPU registers
that are mapped on the MSA vectore registers.

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