Home
last modified time | relevance | path

Searched refs:clz (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dbitops.h25 * clz(0x8000_0000) = 0, clz(0xFFFF_FFFF)=0, clz(0) = 32, clz(1) = 31
27 static inline __attribute__ ((const)) int clz(unsigned int x) in clz() function
79 return 32 - clz(x); in fls()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Ddiv64.S65 clz yl, r4
66 clz ip, xh
125 clz xh, xl @ we know xh is zero here so...
152 clz ip, r4
H A Dlib1funcs.S44 clz \curbit, \divisor
45 clz \result, \dividend
110 clz \order, \divisor
141 clz \order, \divisor
142 clz \spare, \dividend
/kernel/linux/linux-6.6/arch/arm/lib/
H A Ddiv64.S65 clz yl, r4
66 clz ip, xh
125 clz xh, xl @ we know xh is zero here so...
152 clz ip, r4
H A Dlib1funcs.S44 clz \curbit, \divisor
45 clz \result, \dividend
110 clz \order, \divisor
141 clz \order, \divisor
142 clz \spare, \dividend
H A Dfindbit.S110 clz r3, r3 @ count high zero bits
115 clz r3, r3 @ count high zero bits
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dbitops.h207 * clz(0x8000_0000) = 0, clz(0xFFFF_FFFF)=0, clz(0) = 32, clz(1) = 31
209 static inline __attribute__ ((const)) int clz(unsigned int x) in clz() function
261 return 32 - clz(x); in fls()
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dstrncmp.S97 clz pos, syndrome
143 clz pos, syndrome
300 clz pos, syndrome
H A Dstrlen.S109 clz tmp1, has_nul1
163 clz tmp1, has_nul1
H A Dmemchr.S67 clz tmp, tmp
H A Dstrnlen.S112 clz pos, has_nul2
H A Dstrcmp.S92 clz shift, syndrome
/kernel/linux/linux-6.6/arch/riscv/lib/
H A Dstrlen.S40 # define CZ clz
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dstrlen.S94 clz pos, has_nul2
H A Dstrnlen.S112 clz pos, has_nul2
H A Dstrcmp.S206 clz pos, syndrome
H A Dmemcmp.S218 clz pos, diff
H A Dstrncmp.S269 clz pos, syndrome
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7m.S135 clz r1, r3 @ WayShift
199 clz r5, r4 @ find bit position of way size increment
H A Dcache-v7.S57 clz r1, r3 @ WayShift
152 clz r5, r4 @ find bit position of way size increment
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-v7m.S137 clz r1, r3 @ WayShift
201 clz r5, r4 @ find bit position of way size increment
H A Dcache-v7.S49 clz r1, r3 @ WayShift
153 clz r5, r4 @ find bit position of way size increment
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhead-nommu.S274 clz r6, r6 @ Region size must be 2^N...
321 clz r6, r6 @ Region size must be 2^N...
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dhead-nommu.S275 clz r6, r6 @ Region size must be 2^N...
322 clz r6, r6 @ Region size must be 2^N...
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dhead.S109 clz $r6, $r3

Completed in 9 milliseconds

12