diff options
Diffstat (limited to 'target/s390x/int_helper.c')
-rw-r--r-- | target/s390x/int_helper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/s390x/int_helper.c b/target/s390x/int_helper.c index 370c94da55..5bc470bdc7 100644 --- a/target/s390x/int_helper.c +++ b/target/s390x/int_helper.c @@ -117,12 +117,6 @@ uint64_t HELPER(divu64)(CPUS390XState *env, uint64_t ah, uint64_t al, return ret; } -/* count leading zeros, for find leftmost one */ -uint64_t HELPER(clz)(uint64_t v) -{ - return clz64(v); -} - uint64_t HELPER(cvd)(int32_t reg) { /* positive 0 */ |