HomeSort by relevance Sort by last modified time
    Searched full:shuffle1 (Results 1 - 12 of 12) 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 54 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
78 shuffle1 = _mm_load_si128((__m128i const *)filt1_4_h8);
85 srcRegFilt1 = _mm_shuffle_epi8(srcReg, shuffle1);
    [all...]
  /external/llvm/test/CodeGen/X86/
vector-shuffle-128-v4.ll     [all...]
MergeConsecutiveStores.ll 481 %shuffle1 = shufflevector <8 x float> %v1, <8 x float> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
485 store <4 x float> %shuffle1, <4 x float>* %idx1, align 16
vector-shuffle-combining.ll     [all...]
  /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 451 milliseconds