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

  /external/libhevc/common/
ihevc_tables_x86_intr.h 62 extern MEM_ALIGN16 const WORD32 shuffle1[4];
  /external/llvm/test/CodeGen/X86/
vec_shuffle-38.ll 75 %shuffle1.i5 = shufflevector <4 x float> %shuffle.i, <4 x float> %shuffle.i4, <4 x i32> <i32 0, i32 1, i32 4, i32 5>
76 ret <4 x float> %shuffle1.i5
vec_shuffle-39.ll 12 %shuffle1.i = shufflevector <4 x float> %a, <4 x float> %shuffle.i, <4 x i32> <i32 4, i32 5, i32 2, i32 3>
13 ret <4 x float> %shuffle1.i
vec_shuffle-26.ll 58 %shuffle1.i = shufflevector <4 x float> %0, <4 x float> %shuffle.i, <4 x i32> <i32 0, i32 1, i32 4, i32 5>
64 %5 = bitcast <4 x float> %shuffle1.i to <16 x i8>
  /external/chromium_org/third_party/libwebp/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_subpixel_8t_intrin_ssse3.c 47 __m128i firstFilters, secondFilters, shuffle1, shuffle2; local
71 shuffle1 =_mm_load_si128((__m128i const *)filt1_4_h8);
78 srcRegFilt1= _mm_shuffle_epi8(srcReg, 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/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>
  /external/llvm/test/CodeGen/AArch64/
arm64-vmul.ll     [all...]

Completed in 829 milliseconds