diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-23 21:08:22 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:41 -0800 |
commit | 683bb9a8889cd00e69b05ba78bd5ba27f2e4e958 (patch) | |
tree | 167c0011f439d2acdb423e21ef1c8b83623f95ff /target-s390x/helper.h | |
parent | 68c8bd93ccb0ee441d62b5b8b8911cf5c38663f8 (diff) | |
download | qemu-683bb9a8889cd00e69b05ba78bd5ba27f2e4e958.tar.gz qemu-683bb9a8889cd00e69b05ba78bd5ba27f2e4e958.tar.bz2 qemu-683bb9a8889cd00e69b05ba78bd5ba27f2e4e958.zip |
target-s390: Convert CONVERT FROM FIXED
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index 1439b5ed1f..d9f630ecc3 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -30,12 +30,9 @@ DEF_HELPER_4(stam, void, env, i32, i64, i32) DEF_HELPER_4(lam, void, env, i32, i64, i32) DEF_HELPER_4(mvcle, i32, env, i32, i64, i32) DEF_HELPER_4(clcle, i32, env, i32, i64, i32) -DEF_HELPER_3(cefbr, void, env, i32, s32) -DEF_HELPER_3(cdfbr, void, env, i32, s32) -DEF_HELPER_3(cxfbr, void, env, i32, s32) -DEF_HELPER_3(cegbr, void, env, i32, s64) -DEF_HELPER_3(cdgbr, void, env, i32, s64) -DEF_HELPER_3(cxgbr, void, env, i32, s64) +DEF_HELPER_3(cegb, i64, env, s64, i32) +DEF_HELPER_3(cdgb, i64, env, s64, i32) +DEF_HELPER_3(cxgb, i64, env, s64, i32) DEF_HELPER_3(aeb, i64, env, i64, i64) DEF_HELPER_3(adb, i64, env, i64, i64) DEF_HELPER_5(axb, i64, env, i64, i64, i64, i64) |