HomeSort by relevance Sort by last modified time
    Searched defs:Splat (Results 1 - 5 of 5) 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 217 Splat,
391 // Splat paint when the middle mouse button or second stylus button is pressed.
392 mode = PaintMode.Splat;
473 case Splat:
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 239 milliseconds