HomeSort by relevance Sort by last modified time
    Searched refs:Splat (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 315 // If 'Arg' is an 8-bit splat, then get the encoded value.
316 int Splat = getT2SOImmValSplatVal(Arg);
317 if (Splat != -1)
318 return Splat;
337 // Passing values can be any combination of splat values and shifter
338 // values. If this can be handled with a single shifter or splat, bail
349 // Likewise, try masking out a splat value first.
370 // Try masking out a splat value first.
374 // The other splat is all that's left as an option.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 219 Splat,
358 // Splat paint when the middle mouse button or second stylus button is pressed.
359 mode = PaintMode.Splat;
440 case Splat:
  /external/llvm/lib/VMCore/
Constants.cpp 78 if (Constant *Splat = CV->getSplatValue())
79 return Splat->isAllOnesValue();
83 if (Constant *Splat = CV->getSplatValue())
84 return Splat->isAllOnesValue();
    [all...]

Completed in 930 milliseconds