Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatundixf.c34 int clz = __builtin_clzll(a); in __floatundixf() local
35 int e = (N - 1) - clz ; /* exponent */ in __floatundixf()
38 fb.u.low.all = a << clz; /* mantissa */ in __floatundixf()
H A Dfloatdixf.c37 int clz = __builtin_clzll(a); in __floatdixf() local
38 int e = (N - 1) - clz ; /* exponent */ in __floatdixf()
42 fb.u.low.all = a << clz; /* mantissa */ in __floatdixf()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6.s105 r6ck_1r clz, 0x00012340, 15
106 r6ck_1r clz, 0x80012340, 0
107 r6ck_1r clz, 0x40012340, 1
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dumodsi3.S64 clz ip, r0
65 clz r3, r1
H A Dudivsi3.S66 clz ip, r0
67 clz r3, r1
H A Dudivmodsi4.S66 clz ip, r0
67 clz r3, r1
H A Dclzsi2.S29 clz r0, r0
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dbitmanip.md24 (define_code_iterator clz_ctz_pcnt [clz ctz popcount])
30 (clz "clz")
39 (clz "clz")
/netbsd-src/common/lib/libc/arch/arm/string/
H A Dstrcpy_arm.S183 clz r3, r3 /* count leading zeros */
244 clz r3, r3 /* count leading zeros */
302 clz r3, r3 /* count leading zeroes */
485 clz r5, r5 /* count leading zeros */
H A Dffs.S59 clz r0, r0
H A Dstrlen_neon.S79 clz ip, r2 /* count leading zeros */
H A Dstrlen_arm.S137 clz r3, r3 /* count how many leading zeros */
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S137 clz $r2, $r4
199 clz $r8, $r4
230 clz $r8, $r6
366 clz $r3, $r1 ! $r3 <- leading zero count for den
367 clz $ta, $r0 ! $ta <- leading zero count for num
542 clz $r3, $r1 ! $r3 <- leading zero count for den
543 clz $ta, $r0 ! $ta <- leading zero count for num
773 clz $r3, $r1 ! $r3 <- leading zero count for den
774 clz $ta, $r0 ! $ta <- leading zero count for num
1054 clz $r7, P2L
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S137 clz $r2, $r4
199 clz $r8, $r4
230 clz $r8, $r6
366 clz $r3, $r1 ! $r3 <- leading zero count for den
367 clz $ta, $r0 ! $ta <- leading zero count for num
542 clz $r3, $r1 ! $r3 <- leading zero count for den
543 clz $ta, $r0 ! $ta <- leading zero count for num
773 clz $r3, $r1 ! $r3 <- leading zero count for den
774 clz $ta, $r0 ! $ta <- leading zero count for num
1054 clz $r7, P2L
[all …]
/netbsd-src/common/lib/libc/arch/aarch64/string/
H A Dmemcmp.S178 clz x1, x0 /* find first non-zero byte */
182 clz x1, x1 /* find first non-zero byte */
H A Dstrlen.S102 clz x6, x6 /* find null byte */
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlib1funcs.S504 clz \curbit, \dividend
505 clz \result, \divisor
524 clz \curbit, \dividend
525 clz \result, \divisor
544 clz \curbit, \divisor
545 clz \result, \dividend
616 clz \order, \divisor
646 clz \order, \divisor
647 clz \spare, \dividend
662 clz \order, \divisor
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlib1funcs.S504 clz \curbit, \dividend
505 clz \result, \divisor
524 clz \curbit, \dividend
525 clz \result, \divisor
544 clz \curbit, \divisor
545 clz \result, \dividend
616 clz \order, \divisor
646 clz \order, \divisor
647 clz \spare, \dividend
662 clz \order, \divisor
[all …]
/netbsd-src/lib/libc/arch/or1k/string/
H A DMakefile.inc3 SRCS+= bzero.S clz.S ctz.S ffs.S strlen.S memset.S
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_acle.h63 _GCC_ARM_ACLE_DATA_FN (clz, clz, uint32_t, unsigned int)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h65 const int clz; /* Count Leading Zeros. */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h65 const int clz; /* Count Leading Zeros. */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Docteon.md89 (eq_attr "type" "imul3,pop,clz"))
94 (eq_attr "type" "imul3,pop,clz"))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Docteon.md89 (eq_attr "type" "imul3,pop,clz"))
94 (eq_attr "type" "imul3,pop,clz"))
/netbsd-src/common/lib/libc/arch/mips/string/
H A Dffs.S55 clz v0, a0

12345678910>>...12