Home
last modified time | relevance | path

Searched refs:shuffle1 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dmerge-store.ll35 %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
Darm64-vmul.ll1607 %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/
Dihevc_tables_x86_intr.c114 const WORD32 shuffle1[4] = { 0x05040100, 0x0d0c0908, 0x07060302, 0x0f0e0b0a }; variable
Dihevc_deblk_ssse3_intr.c474 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/
Dihevc_tables_x86_intr.h62 extern MEM_ALIGN16 const WORD32 shuffle1[4];
/external/webp/src/dsp/
Dlossless_neon.c96 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/
Dvec_shuffle.ll385 %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/
Dvpx_subpixel_8t_intrin_ssse3.c54 __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/
Dvector-shuffle-128-v4.ll1077 …%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
DMergeConsecutiveStores.ll481 …%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
Dvector-shuffle-combining.ll1823 %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/
Dbasic.ll72 %shuffle1 = shufflevector <2 x double> %dval, <2 x double> %dacc,
76 %f1 = bitcast <2 x double> %shuffle1 to <4 x float>