/external/eigen/unsupported/test/ |
D | cxx11_tensor_shuffling.cpp | 166 Tensor<float, 4, DataLayout> shuffle2(5,7,3,2); in test_shuffling_as_value() local 167 shuffle2.shuffle(shuffles) = tensor.shuffle(no_shuffle); in test_shuffling_as_value() 172 VERIFY_IS_EQUAL(shuffle2(i,j,k,l), shuffle(i,j,k,l)); in test_shuffling_as_value()
|
/external/libhevc/common/x86/ |
D | ihevc_tables_x86_intr.c | 115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 }; variable
|
D | ihevc_deblk_ssse3_intr.c | 508 tmp0_const_8x16b = _mm_load_si128((__m128i *)shuffle2); in ihevc_deblk_luma_vert_ssse3()
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 63 extern MEM_ALIGN16 const WORD32 shuffle2[4];
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 39 __m128i firstFilters, secondFilters, shuffle1, shuffle2; in vpx_filter_block1d4_h8_intrin_ssse3() local 64 shuffle2 = _mm_setr_epi8(4, 5, 5, 6, 6, 7, 7, 8, 6, 7, 7, 8, 8, 9, 9, 10); in vpx_filter_block1d4_h8_intrin_ssse3() 71 srcRegFilt2 = _mm_shuffle_epi8(srcReg, shuffle2); in vpx_filter_block1d4_h8_intrin_ssse3()
|
/external/webp/src/dsp/ |
D | lossless_neon.c | 97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); in ConvertBGRAToBGR_NEON() local 107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToBGR_NEON() 124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); in ConvertBGRAToRGB_NEON() local 134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToRGB_NEON()
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 15343 char2 __ovld __cnfn shuffle2(char2 x, char2 y, uchar2 mask); 15344 char2 __ovld __cnfn shuffle2(char4 x, char4 y, uchar2 mask); 15345 char2 __ovld __cnfn shuffle2(char8 x, char8 y, uchar2 mask); 15346 char2 __ovld __cnfn shuffle2(char16 x, char16 y, uchar2 mask); 15348 uchar2 __ovld __cnfn shuffle2(uchar2 x, uchar2 y, uchar2 mask); 15349 uchar2 __ovld __cnfn shuffle2(uchar4 x, uchar4 y, uchar2 mask); 15350 uchar2 __ovld __cnfn shuffle2(uchar8 x, uchar8 y, uchar2 mask); 15351 uchar2 __ovld __cnfn shuffle2(uchar16 x, uchar16 y, uchar2 mask); 15353 short2 __ovld __cnfn shuffle2(short2 x, short2 y, ushort2 mask); 15354 short2 __ovld __cnfn shuffle2(short4 x, short4 y, ushort2 mask); [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | vec_shuffle.ll | 255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer, 257 ret <4 x i32> %shuffle2
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 482 …%shuffle2 = shufflevector <8 x float> %v2, <8 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 … 486 store <4 x float> %shuffle2, <4 x float>* %idx2, align 16
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 74 %shuffle2 = shufflevector <2 x double> %dval, <2 x double> %dacc, 77 %f2 = bitcast <2 x double> %shuffle2 to <4 x float>
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vmul.ll | 1608 …%shuffle2 = shufflevector <4 x i16> %shuffle1, <4 x i16> undef, <8 x i32> <i32 1, i32 1, i32 1, i3… 1609 %mul = mul <8 x i16> %shuffle2, %b 1621 …%shuffle2 = shufflevector <2 x i32> %shuffle1, <2 x i32> undef, <4 x i32> <i32 1, i32 1, i32 1, i3… 1622 %mul = mul <4 x i32> %shuffle2, %b
|