Searched refs:clz (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/arc/include/asm/ |
D | bitops.h | 27 static inline __attribute__ ((const)) int clz(unsigned int x) in clz() function 79 return 32 - clz(x); in fls()
|
/linux-6.1.9/arch/arm/lib/ |
D | div64.S | 65 clz yl, r4 66 clz ip, xh 125 clz xh, xl @ we know xh is zero here so... 152 clz ip, r4
|
D | lib1funcs.S | 44 clz \curbit, \divisor 45 clz \result, \dividend 110 clz \order, \divisor 141 clz \order, \divisor 142 clz \spare, \dividend
|
D | findbit.S | 176 clz r3, r3
|
/linux-6.1.9/arch/arm64/lib/ |
D | strncmp.S | 97 clz pos, syndrome 143 clz pos, syndrome 300 clz pos, syndrome
|
D | strlen.S | 109 clz tmp1, has_nul1 163 clz tmp1, has_nul1
|
D | memchr.S | 67 clz tmp, tmp
|
D | strnlen.S | 112 clz pos, has_nul2
|
D | strcmp.S | 92 clz shift, syndrome
|
/linux-6.1.9/arch/arm/mm/ |
D | cache-v7m.S | 135 clz r1, r3 @ WayShift 199 clz r5, r4 @ find bit position of way size increment
|
D | cache-v7.S | 47 clz r1, r3 @ WayShift 151 clz r5, r4 @ find bit position of way size increment
|
/linux-6.1.9/arch/arm/kernel/ |
D | head-nommu.S | 276 clz r6, r6 @ Region size must be 2^N... 323 clz r6, r6 @ Region size must be 2^N...
|
/linux-6.1.9/arch/mips/kernel/ |
D | cps-vec.S | 338 clz t1, t1
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | assembler.h | 373 clz \reg, \reg
|