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

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dfloatundixf.c34 int clz = __builtin_clzll(a); local
35 int e = (N - 1) - clz ; /* exponent */
38 fb.u.low.all = a << clz; /* mantissa */
H A Dfloatdixf.c37 int clz = __builtin_clzll(a); local
38 int e = (N - 1) - clz ; /* exponent */
42 fb.u.low.all = a << clz; /* mantissa */
/freebsd-10.3-release/contrib/compiler-rt/lib/arm/
H A Dumodsi3.S29 clz r2, a
31 clz r3, b
H A Dudivmodsi4.S41 clz r4, a
43 clz r3, b
H A Dudivsi3.S52 clz r2, a
54 clz r3, b
/freebsd-10.3-release/sys/arm/arm/
H A Dcpu_asm-v6.S65 clz r1, r3 /* number of bits to MSB of way */
120 clz r1, r3 /* number of bits to MSB of way */
173 clz r1, r3 /* number of bits to MSB of way */
H A Dcpufunc_asm_armv7.S143 clz r5, r4
339 clz r1, r3 @ number of bits to MSB of way
/freebsd-10.3-release/contrib/gcc/
H A Dlibgcc2.h303 #define __clzSI2 __NW(clz,2)
308 #define __clzDI2 __NDW(clz,2)
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm346 clz \curbit, \dividend
347 clz \result, \divisor
365 clz \curbit, \divisor
366 clz \result, \dividend
432 clz \order, \divisor
462 clz \order, \divisor
463 clz \spare, \dividend
478 clz \order, \divisor
479 clz \spare, \dividend
H A Dieee754-sf.S185 clz ip, r0
363 clz r2, ip
H A Dieee754-df.S243 clz r3, xh
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c15100 TCE(clz, 16f0f10, fab0f080, 2, (RRnpc, RRnpc), rd_rm, t_clz),

Completed in 217 milliseconds