aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/int_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/alpha/int_helper.c')
-rw-r--r--target/alpha/int_helper.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/alpha/int_helper.c b/target/alpha/int_helper.c
index 19bebfe742..e43b50a743 100644
--- a/target/alpha/int_helper.c
+++ b/target/alpha/int_helper.c
@@ -24,21 +24,6 @@
#include "qemu/host-utils.h"
-uint64_t helper_ctpop(uint64_t arg)
-{
- return ctpop64(arg);
-}
-
-uint64_t helper_ctlz(uint64_t arg)
-{
- return clz64(arg);
-}
-
-uint64_t helper_cttz(uint64_t arg)
-{
- return ctz64(arg);
-}
-
uint64_t helper_zapnot(uint64_t val, uint64_t mskb)
{
uint64_t mask;