diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-24 07:39:11 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:41 -0800 |
commit | 102bf2c63535122cba0d7917ed8cfb8cc1c7b14c (patch) | |
tree | f66ce31acb76df233d7a75d908795eac19ea31e0 /target-s390x/helper.h | |
parent | 683bb9a8889cd00e69b05ba78bd5ba27f2e4e958 (diff) | |
download | qemu-102bf2c63535122cba0d7917ed8cfb8cc1c7b14c.tar.gz qemu-102bf2c63535122cba0d7917ed8cfb8cc1c7b14c.tar.bz2 qemu-102bf2c63535122cba0d7917ed8cfb8cc1c7b14c.zip |
target-s390: Convert FLOGR
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/helper.h')
-rw-r--r-- | target-s390x/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-s390x/helper.h b/target-s390x/helper.h index d9f630ecc3..e64b46d755 100644 --- a/target-s390x/helper.h +++ b/target-s390x/helper.h @@ -69,7 +69,7 @@ DEF_HELPER_4(msdb, i64, env, i64, i64, 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_FLAGS_1(clz, TCG_CALL_NO_RWG_SE, i64, i64) DEF_HELPER_2(sqeb, i64, env, i64) DEF_HELPER_2(sqdb, i64, env, i64) DEF_HELPER_3(sqxb, i64, env, i64, i64) |