| /NextBSD/contrib/compiler-rt/lib/builtins/ |
| HD | floatundixf.c | 34 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()
|
| HD | floatdixf.c | 37 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()
|
| /NextBSD/contrib/compiler-rt/lib/builtins/arm/ |
| HD | umodsi3.S | 64 clz ip, r0 65 clz r3, r1
|
| HD | udivsi3.S | 66 clz ip, r0 67 clz r3, r1
|
| HD | udivmodsi4.S | 66 clz ip, r0 67 clz r3, r1
|
| HD | clzsi2.S | 29 clz r0, r0
|
| /NextBSD/sys/arm/arm/ |
| HD | cpu_asm-v6.S | 77 clz r1, r3 /* number of bits to MSB of way */ 132 clz r1, r3 /* number of bits to MSB of way */ 185 clz r1, r3 /* number of bits to MSB of way */
|
| HD | cpufunc_asm_armv7.S | 143 clz r5, r4 339 clz r1, r3 @ number of bits to MSB of way
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | lib1funcs.asm | 346 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
|
| HD | ieee754-sf.S | 185 clz ip, r0 363 clz r2, ip
|
| /NextBSD/contrib/gcc/ |
| HD | libgcc2.h | 303 #define __clzSI2 __NW(clz,2) 308 #define __clzDI2 __NDW(clz,2)
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | generic.md | 27 shift,slt,clz,trap,multi,nop")
|
| HD | 5400.md | 63 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
|
| HD | 9000.md | 55 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
|
| HD | 5500.md | 59 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
|
| HD | 7000.md | 91 (eq_attr "type" "arith,shift,slt,clz,const,condmove,nop,trap"))
|
| HD | sr71k.md | 193 (eq_attr "type" "arith,shift,slt,clz,const,trap"))
|
| HD | 24k.md | 50 ;; 2. Arithmetic: add, addi, addiu, addiupc, addu, and, andi, clo, clz,
|
| HD | mips.md | 202 ;; clz the clz and clo instructions 227 …store,prefetch,prefetchx,condmove,xfer,mthilo,mfhilo,const,arith,shift,slt,clz,trap,imul,imul3,ima… 2001 (define_insn "clz<mode>2" 2003 (clz:GPR (match_operand:GPR 1 "register_operand" "d")))] 2005 "<d>clz\t%0,%1" 2006 [(set_attr "type" "clz")
|
| HD | sb1.md | 262 (eq_attr "type" "slt,clz,trap"))
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.opt | 220 which include popcnt and lzcnt instructions, for popcount and clz built-ins
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MicroMips32r6InstrInfo.td | 173 class CLZ_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clz", GPR32Opnd>;
|
| HD | Mips32r6InstrInfo.td | 639 class CLZ_R6_DESC : CLZ_R6_DESC_BASE<"clz", GPR32Opnd>;
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-avr.texi | 255 1001010010011000 clz
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ia64-ic.tbl | 26 gr-readers-writers; IC:mov-from-IND, add, addl, addp4, adds, and, andcm, clz, IC:czx, dep\dep[Forma… 223 …reak.f, break.i, break.m, break.x, chk.s, IC:chk-a, cmp, cmp4, IC:cmpxchg, clz, IC:czx, dep, extr,…
|