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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 9 elsif splat then "*#{ name }"
17 attr_accessor :splat, :block
27 @splat and names << @splat.to_s
40 param.splat = options.fetch( :splat, false )
50 @splat and signature << ", *" << @splat.to_s
group-file-parser.rb 561 parameters.splat = name.text
  /external/skia/src/opts/
Sk4px_SSE2.h 63 __m128i splat = _mm_set_epi8(15,15,15,15, 11,11,11,11, 7,7,7,7, 3,3,3,3); local
64 return Sk16b(_mm_shuffle_epi8(this->fVec, splat));
69 __m128i splat = _mm_set_epi8(3,3,3,3, 2,2,2,2, 1,1,1,1, 0,0,0,0); local
70 return Sk16b(_mm_shuffle_epi8(_mm_cvtsi32_si128(as), splat));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 294 attr_accessor :splat, :block
304 @splat and names << @splat.to_s
317 param.splat = options.fetch( :splat, false )
327 @splat and signature << ", *" << @splat.to_s
  /external/v8/src/js/
harmony-simd.js 598 'splat', Float32x4Splat,
643 'splat', Int32x4Splat,
687 'splat', Uint32x4Splat,
730 'splat', Bool32x4Splat,
745 'splat', Int16x8Splat,
784 'splat', Uint16x8Splat,
822 'splat', Bool16x8Splat,
837 'splat', Int8x16Splat,
876 'splat', Uint8x16Splat,
914 'splat', Bool8x16Splat
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_3r.s 201 # CHECK: splat.b $w28, $w1[$1] # encoding: [0x78,0x81,0x0f,0x14]
202 # CHECK: splat.h $w2, $w11[$11] # encoding: [0x78,0xab,0x58,0x94]
203 # CHECK: splat.w $w22, $w0[$11] # encoding: [0x78,0xcb,0x05,0x94]
204 # CHECK: splat.d $w0, $w0[$2] # encoding: [0x78,0xe2,0x00,0x14]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 293 splat = path.split('/')
294 splat[-2] += '_Sandbox'
295 return '/'.join(splat)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
msa.s 388 splat.b $w26,$w27[$28]
389 splat.h $w29,$w30[$31]
390 splat.w $w0,$w1[$2]
391 splat.d $w3,$w4[$5]
micromips@msa.d 391 [0-9a-f]+ <[^>]*> 589c de8b splat\.b \$w26,\$w27\[gp\]
392 [0-9a-f]+ <[^>]*> 58bf f74b splat\.h \$w29,\$w30\[ra\]
393 [0-9a-f]+ <[^>]*> 58c2 080b splat\.w \$w0,\$w1\[v0\]
394 [0-9a-f]+ <[^>]*> 58e5 20cb splat\.d \$w3,\$w4\[a1\]
    [all...]
mipsr6@msa.d 391 [0-9a-f]+ <[^>]*> 789cde94 splat\.b \$w26,\$w27\[gp\]
392 [0-9a-f]+ <[^>]*> 78bff754 splat\.h \$w29,\$w30\[ra\]
393 [0-9a-f]+ <[^>]*> 78c20814 splat\.w \$w0,\$w1\[v0\]
394 [0-9a-f]+ <[^>]*> 78e520d4 splat\.d \$w3,\$w4\[a1\]
    [all...]
msa.d 390 [0-9a-f]+ <[^>]*> 789cde94 splat\.b \$w26,\$w27\[gp\]
391 [0-9a-f]+ <[^>]*> 78bff754 splat\.h \$w29,\$w30\[ra\]
392 [0-9a-f]+ <[^>]*> 78c20814 splat\.w \$w0,\$w1\[v0\]
393 [0-9a-f]+ <[^>]*> 78e520d4 splat\.d \$w3,\$w4\[a1\]
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 77 .long 0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d // rotate-n-splat
228 vdup.32 $key,${in0}[3] // just splat
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c 1733 int splat = loadTest.type == VSX_LOAD_SPLAT ? 1: 0; local
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 462 /// \return A reference to a vector with splat values.
463 VectorParts &splat(Value *Key, Value *Val) { function in struct:__anon18108::InnerLoopVectorizer::ValueMap
    [all...]
  /external/boringssl/linux-arm/crypto/aes/
aesv8-armx32.S 12 .long 0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d,0x0c0f0e0d @ rotate-n-splat

Completed in 941 milliseconds