target-alpha: Forget installed round mode after MT_FPCR
commit9d5a626b2c3fa98761b35b5e2ac86f7adb231002
authorRichard Henderson <rth@twiddle.net>
Sat, 28 Jun 2014 17:25:36 +0000 (28 10:25 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 May 2015 20:03:46 +0000 (18 13:03 -0700)
treea48d8d2a9f2f017c515df35e55c29c1336110d5c
parent3da653fa05579579b0ba55a02ffa2aa3d466f01b
target-alpha: Forget installed round mode after MT_FPCR

When we use QUAL_RM_D, we copy fpcr_dyn_round to float_status.
When we install a new FPCR value, we update fpcr_dyn_round.
Reset the status of the cache so that we re-copy for the next
fp insn that requires dynamic rounding.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-alpha/translate.c