Searched refs:shuffle1 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | 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
|
D | arm64-vmul.ll | 1607 %shuffle1 = shufflevector <8 x i16> %c, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7> 1608 …%shuffle2 = shufflevector <4 x i16> %shuffle1, <4 x i16> undef, <8 x i32> <i32 1, i32 1, i32 1, i3… 1620 %shuffle1 = shufflevector <4 x i32> %c, <4 x i32> undef, <2 x i32> <i32 2, i32 3> 1621 …%shuffle2 = shufflevector <2 x i32> %shuffle1, <2 x i32> undef, <4 x i32> <i32 1, i32 1, i32 1, i3…
|
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 114 const WORD32 shuffle1[4] = { 0x05040100, 0x0d0c0908, 0x07060302, 0x0f0e0b0a }; variable
|
D | ihevc_deblk_ssse3_intr.c | 474 tmp3_const_8x16b = _mm_load_si128((__m128i *)(shuffle1)); in ihevc_deblk_luma_vert_ssse3() 909 coefdelta_0_8x16b = _mm_load_si128((__m128i *)(shuffle1)); in ihevc_deblk_luma_horz_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 62 extern MEM_ALIGN16 const WORD32 shuffle1[4];
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); in ConvertBGRAToBGR() local 106 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToBGR() 123 const uint8x8_t shuffle1 = vld1_u8(kRGBShuffle[1]); in ConvertBGRAToRGB() local 133 vst1_u8(dst + 8, vtbl4_u8(pixels, shuffle1)); in ConvertBGRAToRGB()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 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… 395 ret <8 x i8> %shuffle1
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 54 __m128i firstFilters, secondFilters, shuffle1, shuffle2; in vpx_filter_block1d4_h8_intrin_ssse3() local 78 shuffle1 = _mm_load_si128((__m128i const *)filt1_4_h8); in vpx_filter_block1d4_h8_intrin_ssse3() 85 srcRegFilt1 = _mm_shuffle_epi8(srcReg, shuffle1); in vpx_filter_block1d4_h8_intrin_ssse3()
|
/external/llvm/test/CodeGen/X86/ |
D | vector-shuffle-128-v4.ll | 1077 …%shuffle1 = shufflevector <4 x float> %a, <4 x float> %shuffle, <4 x i32> <i32 0, i32 5, i32 6, i3… 1078 ret <4 x float> %shuffle1 1119 …%shuffle1 = shufflevector <4 x float> zeroinitializer, <4 x float> %shuffle, <4 x i32> <i32 4, i32… 1120 ret <4 x float> %shuffle1 1164 …%shuffle1 = shufflevector <4 x float> zeroinitializer, <4 x float> %shuffle, <4 x i32> <i32 4, i32… 1165 ret <4 x float> %shuffle1
|
D | MergeConsecutiveStores.ll | 481 …%shuffle1 = shufflevector <8 x float> %v1, <8 x float> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 … 485 store <4 x float> %shuffle1, <4 x float>* %idx1, align 16
|
D | vector-shuffle-combining.ll | 1823 %shuffle1 = shufflevector <8 x float> %v, <8 x float> undef, <2 x i32> <i32 2, i32 3> 1825 store <2 x float> %shuffle1, <2 x float>* %idx2, align 8
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 72 %shuffle1 = shufflevector <2 x double> %dval, <2 x double> %dacc, 76 %f1 = bitcast <2 x double> %shuffle1 to <4 x float>
|