HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 426 - 450 of 1285) sorted by null

<<11121314151617181920>>

  /external/bzip2/
blocksort.c 992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
  /external/llvm/lib/Target/Lanai/
LanaiInstrFormats.td 43 // halfword is 0xFFFF, and shifts (`AAA' = 111), for which the constant is
80 // a + ~b + `C''). For left shifts, `C' is set to the least
131 // number (in the same way as shifts in the Register-Immediate
140 // is cleared. Only arithmetic instructions and shifts modify `C'. Right
141 // shifts clear C.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS.rules 69 // constant shifts
70 // generic opt rewrites all constant shifts to shift by Const64
81 // large constant shifts
94 // shifts
96 // we compare to 32 to ensure Go semantics for large shifts
    [all...]
genericOps.go 16 // (e.g. the second argument to shifts is unsigned). If not mentioned,
21 // Users of AuxInt which interpret AuxInt as unsigned (e.g. shifts) must be careful.
102 // For shifts, AxB means the shifted value has A bits and the shift amount has B bits.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
MIPS.rules 69 // constant shifts
70 // generic opt rewrites all constant shifts to shift by Const64
81 // large constant shifts
94 // shifts
96 // we compare to 32 to ensure Go semantics for large shifts
    [all...]
genericOps.go 16 // (e.g. the second argument to shifts is unsigned). If not mentioned,
21 // Users of AuxInt which interpret AuxInt as unsigned (e.g. shifts) must be careful.
102 // For shifts, AxB means the shifted value has A bits and the shift amount has B bits.
  /art/compiler/optimizing/
nodes_vector.h 784 // Logically shifts every component in the vector left by the given distance,
806 // Arithmetically shifts every component in the vector right by the given distance,
828 // Logically shifts every component in the vector right by the given distance,
    [all...]