HomeSort by relevance Sort by last modified time
    Searched full:shuffle1 (Results 1 - 11 of 11) sorted by null

  /external/llvm/test/CodeGen/AArch64/
merge-store.ll 35 %shuffle1 = shufflevector <4 x float> %v1, <4 x float> undef, <2 x i32> <i32 2, i32 3>
38 store <2 x float> %shuffle1, <2 x float>* %idx1, align 8
arm64-vmul.ll     [all...]
  /external/libhevc/common/
ihevc_tables_x86_intr.h 62 extern MEM_ALIGN16 const WORD32 shuffle1[4];
  /external/webp/src/dsp/
lossless_neon.c 96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); local
106 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1));
123 const uint8x8_t shuffle1 = vld1_u8(kRGBShuffle[1]); local
133 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1));
  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 114 const WORD32 shuffle1[4] = { 0x05040100, 0x0d0c0908, 0x07060302, 0x0f0e0b0a }; variable
ihevc_deblk_ssse3_intr.c 474 tmp3_const_8x16b = _mm_load_si128((__m128i *)(shuffle1));
    [all...]
  /external/llvm/test/Transforms/InstCombine/
vec_shuffle.ll 385 %shuffle1 = shufflevector <8 x i16> %in1, <8 x i16> %in1, <4 x i32> <i32 5, i32 5, i32 5, i32 5>
386 %mul = mul <4 x i16> %shuffle, %shuffle1
394 %shuffle1 = shufflevector <8 x i8> %shuffle, <8 x i8> undef, <8 x i32> <i32 7, i32 6, i32 5, i32 4, i32 3, i32 2, i32 1, i32 0>
395 ret <8 x i8> %shuffle1
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 61 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
85 shuffle1 =_mm_load_si128((__m128i const *)filt1_4_h8);
92 srcRegFilt1= _mm_shuffle_epi8(srcReg, shuffle1);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
intrapred_neon.c 343 static const uint8_t shuffle1[8] = { 1, 2, 3, 4, 5, 6, 7, 7 }; local
345 const uint8x8_t sh_12345677 = vld1_u8(shuffle1);
  /external/llvm/test/CodeGen/X86/
MergeConsecutiveStores.ll 475 %shuffle1 = shufflevector <8 x float> %v1, <8 x float> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
479 store <4 x float> %shuffle1, <4 x float>* %idx1, align 16
  /external/llvm/test/Transforms/Scalarizer/
basic.ll 72 %shuffle1 = shufflevector <2 x double> %dval, <2 x double> %dacc,
76 %f1 = bitcast <2 x double> %shuffle1 to <4 x float>

Completed in 211 milliseconds