diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-23 12:40:09 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:41 -0800 |
commit | 31aa97d1ed87853835a2df4ea9db1566f85c57a2 (patch) | |
tree | f785b2700754e5511d71f933223cec58d0d45fdb /target-s390x/helper.h | |
parent | 722bfec331504bf873a5e4ec4f232c4ed116dda2 (diff) |
target-s390: Convert TEST DATA CLASS
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index 21158493c8..71dcdb5f3d 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -78,9 +78,9 @@ DEF_HELPER_4(maeb, i64, env, i64, i64, i64) DEF_HELPER_4(madb, i64, env, i64, i64, i64) DEF_HELPER_4(mseb, i64, env, i64, i64, i64) DEF_HELPER_4(msdb, i64, env, i64, i64, i64) -DEF_HELPER_FLAGS_3(tceb, TCG_CALL_NO_WG_SE, i32, env, i32, i64) -DEF_HELPER_FLAGS_3(tcdb, TCG_CALL_NO_WG_SE, i32, env, i32, i64) -DEF_HELPER_FLAGS_3(tcxb, TCG_CALL_NO_WG_SE, i32, env, i32, i64) +DEF_HELPER_FLAGS_2(tceb, TCG_CALL_NO_RWG_SE, i32, i64, i64) +DEF_HELPER_FLAGS_2(tcdb, TCG_CALL_NO_RWG_SE, i32, i64, i64) +DEF_HELPER_FLAGS_3(tcxb, TCG_CALL_NO_RWG_SE, i32, i64, i64, i64) DEF_HELPER_3(flogr, i32, env, i32, i64) DEF_HELPER_3(sqdbr, void, env, i32, i32) DEF_HELPER_FLAGS_1(cvd, TCG_CALL_NO_RWG_SE, i64, s32) |