summaryrefslogtreecommitdiff
path: root/target/alpha/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-11-21 11:48:24 +0100
committerRichard Henderson <rth@twiddle.net>2017-01-10 08:48:56 -0800
commitde26a584d23b983f4db192a078827abe6dc894ac (patch)
tree5281f89f3aacfeb3b2b6938a8f78f08e41bfcb64 /target/alpha/helper.h
parenta768e4e99247911f00c5c0267c12d4e207d5f6cc (diff)
downloadqemu-de26a584d23b983f4db192a078827abe6dc894ac.zip
target-alpha: Use ctpop helper
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/alpha/helper.h')
-rw-r--r--target/alpha/helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/alpha/helper.h b/target/alpha/helper.h
index eed3906bd4..d60f208703 100644
--- a/target/alpha/helper.h
+++ b/target/alpha/helper.h
@@ -3,8 +3,6 @@ DEF_HELPER_FLAGS_1(load_pcc, TCG_CALL_NO_RWG_SE, i64, env)
DEF_HELPER_FLAGS_3(check_overflow, TCG_CALL_NO_WG, void, env, i64, i64)
-DEF_HELPER_FLAGS_1(ctpop, TCG_CALL_NO_RWG_SE, i64, i64)
-
DEF_HELPER_FLAGS_2(zap, TCG_CALL_NO_RWG_SE, i64, i64, i64)
DEF_HELPER_FLAGS_2(zapnot, TCG_CALL_NO_RWG_SE, i64, i64, i64)