Home
last modified time | relevance | path

Searched refs:clz (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/u-boot/arch/arm/lib/
H A Duldivmod.S57 @ D_0 = clz A
59 clz D_0, A_1
62 @ D_1 = clz B
64 clz D_1, B_1
67 @ if clz B - clz A > 0
70 @ B <<= (clz B - clz A)
79 @ C = 1 << (clz B - clz A)
176 clz D_0, B_0
180 clz D_0, B_1
H A Ddiv64.S68 clz yl, r4
69 clz ip, xh
128 clz xh, xl @ we know xh is zero here so...
155 clz ip, r4
H A Dlib1funcs.S30 clz \curbit, \divisor
31 clz \result, \dividend
96 clz \order, \divisor
127 clz \order, \divisor
128 clz \spare, \dividend
/openbmc/linux/arch/arc/include/asm/
H A Dbitops.h27 static inline __attribute__ ((const)) int clz(unsigned int x) in clz() function
79 return 32 - clz(x); in fls()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h42 DO_MIPS64R6__RD__RS(CLZ, clz)
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dpsci-suspend.S33 clz r1, r3 @ WayShift
/openbmc/linux/arch/riscv/lib/
H A Dstrlen.S40 # define CZ clz
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S46 clz r5, r4 @ find bit position of way size increment
116 clz r5, r4 @ find bit position of way size increment
H A Dpsci.S213 clz r5, r4 @ find bit position of way size increment
/openbmc/linux/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
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache.S34 clz w5, w3 /* bit position of #ways */
/openbmc/linux/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...
/openbmc/qemu/target/microblaze/
H A Dinsns.decode138 clz 100100 ..... ..... 00000 000 1110 0000 @typea0
/openbmc/linux/arch/mips/kernel/
H A Dcps-vec.S335 clz t1, t1
/openbmc/linux/arch/arm64/include/asm/
H A Dassembler.h359 clz \reg, \reg
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc183 /* th.ff0: find first zero (clz on an inverted input) */
214 /* th.ff1 is an alternate encoding for clz (from Zbb) */

12