diff options
author | Richard Henderson <rth@twiddle.net> | 2012-09-05 10:20:53 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:42 -0800 |
commit | aa31bf60312157aefb09f887e2f750c7d59a8bbc (patch) | |
tree | fdfc87349162b13143a9c0b147385f550826c8cc /target-s390x/helper.h | |
parent | ee6c38d5b10fda25175fa85febde532a12456346 (diff) |
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.h | 4 |
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) |