diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-24 07:44:43 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:41 -0800 |
commit | 8379bfdbca195af9df1e6ecf67f04402bd80d471 (patch) | |
tree | c12279078df1ad7cab670a867f09ef4f5b55435f /target-s390x/helper.h | |
parent | 102bf2c63535122cba0d7917ed8cfb8cc1c7b14c (diff) |
target-s390: Convert LFPC, SFPC
Note that we were failing to set the rounding mode in fpu_status.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index e64b46d755..3cc4cbdfaf 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -78,6 +78,7 @@ DEF_HELPER_4(unpk, void, env, i32, i64, i64) DEF_HELPER_4(tr, void, env, i32, i64, i64) DEF_HELPER_3(cksm, void, env, i32, i32) DEF_HELPER_FLAGS_5(calc_cc, TCG_CALL_NO_RWG_SE, i32, env, i32, i64, i64, i64) +DEF_HELPER_FLAGS_2(sfpc, TCG_CALL_NO_RWG, void, env, i64) #ifndef CONFIG_USER_ONLY DEF_HELPER_3(servc, i32, env, i32, i64) |