Home
last modified time | relevance | path

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

12

/NextBSD/contrib/compiler-rt/lib/builtins/
HDfloatundixf.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()
HDfloatdixf.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()
/NextBSD/contrib/compiler-rt/lib/builtins/arm/
HDumodsi3.S64 clz ip, r0
65 clz r3, r1
HDudivsi3.S66 clz ip, r0
67 clz r3, r1
HDudivmodsi4.S66 clz ip, r0
67 clz r3, r1
HDclzsi2.S29 clz r0, r0
/NextBSD/sys/arm/arm/
HDcpu_asm-v6.S77 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 */
HDcpufunc_asm_armv7.S143 clz r5, r4
339 clz r1, r3 @ number of bits to MSB of way
/NextBSD/contrib/gcc/config/arm/
HDlib1funcs.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
HDieee754-sf.S185 clz ip, r0
363 clz r2, ip
/NextBSD/contrib/gcc/
HDlibgcc2.h303 #define __clzSI2 __NW(clz,2)
308 #define __clzDI2 __NDW(clz,2)
/NextBSD/contrib/gcc/config/mips/
HDgeneric.md27 shift,slt,clz,trap,multi,nop")
HD5400.md63 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
HD9000.md55 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
HD5500.md59 (eq_attr "type" "arith,shift,slt,clz,const,nop,trap"))
HD7000.md91 (eq_attr "type" "arith,shift,slt,clz,const,condmove,nop,trap"))
HDsr71k.md193 (eq_attr "type" "arith,shift,slt,clz,const,trap"))
HD24k.md50 ;; 2. Arithmetic: add, addi, addiu, addiupc, addu, and, andi, clo, clz,
HDmips.md202 ;; 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")
HDsb1.md262 (eq_attr "type" "slt,clz,trap"))
/NextBSD/contrib/gcc/config/i386/
HDi386.opt220 which include popcnt and lzcnt instructions, for popcount and clz built-ins
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMicroMips32r6InstrInfo.td173 class CLZ_MMR6_DESC : CLO_CLZ_MMR6_DESC_BASE<"clz", GPR32Opnd>;
HDMips32r6InstrInfo.td639 class CLZ_R6_DESC : CLZ_R6_DESC_BASE<"clz", GPR32Opnd>;
/NextBSD/contrib/binutils/gas/doc/
HDc-avr.texi255 1001010010011000 clz
/NextBSD/contrib/binutils/opcodes/
HDia64-ic.tbl26 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,…

12