Home
last modified time | relevance | path

Searched refs:shuffle2 (Results 1 – 23 of 23) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_shuffling.cpp166 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/
Dihevc_tables_x86_intr.c115 const WORD32 shuffle2[4] = { 0x80808080, 0x03020100, 0x07060504, 0x80808080 }; variable
Dihevc_deblk_ssse3_intr.c508 tmp0_const_8x16b = _mm_load_si128((__m128i *)shuffle2); in ihevc_deblk_luma_vert_ssse3()
/external/libhevc/common/
Dihevc_tables_x86_intr.h63 extern MEM_ALIGN16 const WORD32 shuffle2[4];
/external/webp/src/dsp/
Dlossless_neon.c97 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/
Dopencl-c.h15343 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/libaom/libaom/aom_dsp/x86/
Daom_subpixel_8t_intrin_ssse3.c198 __m128i firstFilters, secondFilters, shuffle1, shuffle2; in aom_filter_block1d4_h8_intrin_ssse3() local
223 shuffle2 = _mm_load_si128((__m128i const *)filt2_4_h8); in aom_filter_block1d4_h8_intrin_ssse3()
230 srcRegFilt2 = _mm_shuffle_epi8(srcReg, shuffle2); in aom_filter_block1d4_h8_intrin_ssse3()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DInterleave.java137 public static int shuffle2(int x) in shuffle2() method in Interleave
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DInterleave.java133 public static int shuffle2(int x) in shuffle2() method in Interleave
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c53 __m128i firstFilters, secondFilters, shuffle1, shuffle2; in vpx_filter_block1d4_h8_intrin_ssse3() local
78 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()
85 srcRegFilt2 = _mm_shuffle_epi8(srcReg, shuffle2); in vpx_filter_block1d4_h8_intrin_ssse3()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp316 CASE3(Shuffle2, shuffle2),
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp316 CASE3(Shuffle2, shuffle2),
/external/llvm/test/CodeGen/X86/
DMergeConsecutiveStores.ll482 …%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/InstCombine/
Dvec_shuffle.ll255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer,
257 ret <4 x i32> %shuffle2
/external/llvm/test/Transforms/Scalarizer/
Dbasic.ll74 %shuffle2 = shufflevector <2 x double> %dval, <2 x double> %dacc,
77 %f2 = bitcast <2 x double> %shuffle2 to <4 x float>
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/
Dbasic.ll74 %shuffle2 = shufflevector <2 x double> %dval, <2 x double> %dacc,
77 %f2 = bitcast <2 x double> %shuffle2 to <4 x float>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx512-intrinsics-fast-isel.ll6463 %shuffle2.i = shufflevector <4 x i64> %add.i, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
6465 %add4.i = add <2 x i64> %shuffle2.i, %shuffle3.i
6543 %shuffle2.i = shufflevector <4 x i64> %mul.i, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
6545 %mul4.i = mul <2 x i64> %shuffle2.i, %shuffle3.i
6581 %shuffle2.i = shufflevector <4 x i64> %or.i, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
6583 %or4.i = or <2 x i64> %shuffle2.i, %shuffle3.i
6619 %shuffle2.i = shufflevector <4 x i64> %and.i, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
6621 %and4.i = and <2 x i64> %shuffle2.i, %shuffle3.i
6664 %shuffle2.i = shufflevector <4 x i64> %add.i, <4 x i64> undef, <2 x i32> <i32 0, i32 1>
6666 %add4.i = add <2 x i64> %shuffle2.i, %shuffle3.i
[all …]
DMergeConsecutiveStores.ll739 …%shuffle2 = shufflevector <8 x float> %v2, <8 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 …
743 store <4 x float> %shuffle2, <4 x float>* %idx2, align 16
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl851 return shuffle2(p,c,(uint2)(1,2));
853 return shuffle2(p,c,(uint4)(3,4,5,6));
855 return shuffle2(p,c,(uint8)(7,8,9,10,11,12,13,14));
857 return shuffle2(p,c,(uint16)(15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30));
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl851 return shuffle2(p,c,(uint2)(1,2));
853 return shuffle2(p,c,(uint4)(3,4,5,6));
855 return shuffle2(p,c,(uint8)(7,8,9,10,11,12,13,14));
857 return shuffle2(p,c,(uint16)(15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30));
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dvec_shuffle.ll283 …%shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer, <4 x i32> <i32 3, i32 0, …
284 ret <4 x i32> %shuffle2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-vmul.ll1608 …%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
/external/llvm/test/CodeGen/AArch64/
Darm64-vmul.ll1608 …%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