summaryrefslogtreecommitdiff
path: root/target-s390x/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-09-05 10:20:53 -0700
committerRichard Henderson <rth@twiddle.net>2013-01-05 12:18:42 -0800
commitaa31bf60312157aefb09f887e2f750c7d59a8bbc (patch)
treefdfc87349162b13143a9c0b147385f550826c8cc /target-s390x/helper.h
parentee6c38d5b10fda25175fa85febde532a12456346 (diff)
downloadqemu-aa31bf60312157aefb09f887e2f750c7d59a8bbc.tar.gz
target-s390: Convert CLST, MVST
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r--target-s390x/helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h
index c6afcbc6b6..999d5d0604 100644
--- a/target-s390x/helper.h
+++ b/target-s390x/helper.h
@@ -14,9 +14,9 @@ DEF_HELPER_3(divu32, i64, env, i64, i64)
DEF_HELPER_3(divs64, s64, env, s64, s64)
DEF_HELPER_4(divu64, i64, env, i64, i64, i64)
DEF_HELPER_4(srst, i32, env, i32, i32, i32)
-DEF_HELPER_4(clst, i32, env, i32, i32, i32)
+DEF_HELPER_4(clst, i64, env, i64, i64, i64)
DEF_HELPER_4(mvpg, void, env, i64, i64, i64)
-DEF_HELPER_4(mvst, void, env, i32, i32, i32)
+DEF_HELPER_4(mvst, i64, env, i64, i64, i64)
DEF_HELPER_4(csg, i64, env, i64, i64, i64)
DEF_HELPER_4(cdsg, i32, env, i32, i64, i32)
DEF_HELPER_4(cs, i64, env, i64, i64, i64)