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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/tilegx/helper.c b/target/tilegx/helper.c
index b4fba9c..b6f5e29 100644
--- a/target/tilegx/helper.c
+++ b/target/tilegx/helper.c
@@ -55,16 +55,6 @@ void helper_ext01_ics(CPUTLGState *env)
}
}
-uint64_t helper_cntlz(uint64_t arg)
-{
- return clz64(arg);
-}
-
-uint64_t helper_cnttz(uint64_t arg)
-{
- return ctz64(arg);
-}
-
uint64_t helper_pcnt(uint64_t arg)
{
return ctpop64(arg);