aboutsummaryrefslogtreecommitdiff
path: root/target/tilegx/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/tilegx/helper.c')
-rw-r--r--target/tilegx/helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/tilegx/helper.c b/target/tilegx/helper.c
index b6f5e29ddd..4964bb9111 100644
--- a/target/tilegx/helper.c
+++ b/target/tilegx/helper.c
@@ -55,11 +55,6 @@ void helper_ext01_ics(CPUTLGState *env)
}
}
-uint64_t helper_pcnt(uint64_t arg)
-{
- return ctpop64(arg);
-}
-
uint64_t helper_revbits(uint64_t arg)
{
return revbit64(arg);