aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-11-21 12:08:27 +0100
committerRichard Henderson <rth@twiddle.net>2017-01-10 08:49:55 -0800
commit08da3180dca8d41881b321d43944d97a838792fa (patch)
tree6dcecee6820623f997bd4147b045624073dee557 /target/sparc/helper.h
parent250a87d5561a7212fe43357b084f69992eced75a (diff)
target-sparc: Use ctpop helper
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/sparc/helper.h')
-rw-r--r--target/sparc/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/sparc/helper.h b/target/sparc/helper.h
index 0cf1bfb73a..3ef38b9a22 100644
--- a/target/sparc/helper.h
+++ b/target/sparc/helper.h
@@ -16,7 +16,6 @@ DEF_HELPER_2(wrccr, void, env, tl)
DEF_HELPER_1(rdcwp, tl, env)
DEF_HELPER_2(wrcwp, void, env, tl)
DEF_HELPER_FLAGS_2(array8, TCG_CALL_NO_RWG_SE, tl, tl, tl)
-DEF_HELPER_FLAGS_1(popc, TCG_CALL_NO_RWG_SE, tl, tl)
DEF_HELPER_FLAGS_2(set_softint, TCG_CALL_NO_RWG, void, env, i64)
DEF_HELPER_FLAGS_2(clear_softint, TCG_CALL_NO_RWG, void, env, i64)
DEF_HELPER_FLAGS_2(write_softint, TCG_CALL_NO_RWG, void, env, i64)