/external/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/ |
D | shuffle.ll | 82 %shuffle2 = shufflevector <4 x i32> %v2, <4 x i32> undef, <4 x i32> <i32 2, i32 3, i32 1, i32 0> 84 %bc2 = bitcast <4 x i32> %shuffle2 to <8 x i16> 100 %shuffle2 = shufflevector <4 x i32> %v2, <4 x i32> undef, <4 x i32> <i32 2, i32 3, i32 1, i32 0> 102 %bc2 = bitcast <4 x i32> %shuffle2 to <16 x i8> 118 …%shuffle2 = shufflevector <8 x i16> %v2, <8 x i16> undef, <8 x i32> <i32 2, i32 3, i32 1, i32 0, i… 120 %bc2 = bitcast <8 x i16> %shuffle2 to <16 x i8> 136 …%shuffle2 = shufflevector <8 x i16> %v2, <8 x i16> undef, <8 x i32> <i32 4, i32 5, i32 6, i32 7, i… 138 %bc2 = bitcast <8 x i16> %shuffle2 to <4 x i32> 154 …%shuffle2 = shufflevector <16 x i8> %v2, <16 x i8> undef, <16 x i32> <i32 4, i32 5, i32 6, i32 7, … 156 %bc2 = bitcast <16 x i8> %shuffle2 to <4 x i32> [all …]
|
/external/llvm-project/libclc/generic/lib/misc/ |
D | shuffle2.cl | 1 //===-- generic/lib/misc/shuffle2.cl ------------------------------===// 81 _CLC_DEF _CLC_OVERLOAD ARGTYPE##2 shuffle2(ARGTYPE##ARGSIZE x, ARGTYPE##ARGSIZE y, MASKTYPE##2 mask… 89 _CLC_DEF _CLC_OVERLOAD ARGTYPE##4 shuffle2(ARGTYPE##ARGSIZE x, ARGTYPE##ARGSIZE y, MASKTYPE##4 mask… 97 _CLC_DEF _CLC_OVERLOAD ARGTYPE##8 shuffle2(ARGTYPE##ARGSIZE x, ARGTYPE##ARGSIZE y, MASKTYPE##8 mask… 105 _CLC_DEF _CLC_OVERLOAD ARGTYPE##16 shuffle2(ARGTYPE##ARGSIZE x, ARGTYPE##ARGSIZE y, MASKTYPE##16 ma…
|
/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
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Interleave.java | 141 public static int shuffle2(int x) in shuffle2() method in Interleave 151 public static long shuffle2(long x) in shuffle2() method in Interleave
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Interleave.java | 137 public static int shuffle2(int x) in shuffle2() method in Interleave 147 public static long shuffle2(long x) in shuffle2() method in Interleave
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Interleave.java | 141 public static int shuffle2(int x) in shuffle2() method in Interleave 151 public static long shuffle2(long x) in shuffle2() method in Interleave
|
/external/libhevc/common/ |
D | ihevc_tables_x86_intr.h | 63 extern MEM_ALIGN16 const WORD32 shuffle2[4];
|
/external/llvm-project/libclc/generic/include/clc/misc/ |
D | shuffle2.h | 10 _CLC_OVERLOAD _CLC_DECL RETTYPE shuffle2(TYPE x, TYPE y, MASKTYPE mask);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | phaddsub.ll | 358 …%shuffle2 = shufflevector <4 x i32> %add, <4 x i32> undef, <4 x i32> <i32 3, i32 2, i32 undef, i32… 359 ret <4 x i32> %shuffle2 446 …%shuffle2 = shufflevector <4 x i32> %add, <4 x i32> undef, <4 x i32> <i32 3, i32 undef, i32 undef,… 447 ret <4 x i32> %shuffle2 465 …%shuffle2 = shufflevector <4 x i32> %add, <4 x i32> undef, <4 x i32> <i32 undef, i32 2, i32 undef,… 466 ret <4 x i32> %shuffle2 515 …%shuffle2 = shufflevector <8 x i16> %add, <8 x i16> undef, <8 x i32> <i32 5, i32 4, i32 3, i32 2, … 516 ret <8 x i16> %shuffle2 585 …%shuffle2 = shufflevector <8 x i16> %add, <8 x i16> undef, <8 x i32> <i32 undef, i32 4, i32 undef,… 586 ret <8 x i16> %shuffle2
|
D | haddsub-undef.ll | 496 %shuffle2 = shufflevector <2 x double> %add, <2 x double> undef, <2 x i32> <i32 1, i32 undef> 497 ret <2 x double> %shuffle2 531 …%shuffle2 = shufflevector <4 x float> %add, <4 x float> undef, <4 x i32> <i32 3, i32 2, i32 undef,… 532 ret <4 x float> %shuffle2 649 …%shuffle2 = shufflevector <4 x float> %add, <4 x float> undef, <4 x i32> <i32 3, i32 undef, i32 un… 650 ret <4 x float> %shuffle2 680 …%shuffle2 = shufflevector <4 x float> %add, <4 x float> undef, <4 x i32> <i32 undef, i32 2, i32 un… 681 ret <4 x float> %shuffle2
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | neon-wide-splat.ll | 12 define <4 x i16> @shuffle2(<4 x i16> %v) { 13 ; CHECK-LABEL: shuffle2:
|
/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-project/clang/lib/Headers/ |
D | opencl-c.h | 13955 char2 __ovld __cnfn shuffle2(char2 x, char2 y, uchar2 mask); 13956 char2 __ovld __cnfn shuffle2(char4 x, char4 y, uchar2 mask); 13957 char2 __ovld __cnfn shuffle2(char8 x, char8 y, uchar2 mask); 13958 char2 __ovld __cnfn shuffle2(char16 x, char16 y, uchar2 mask); 13960 uchar2 __ovld __cnfn shuffle2(uchar2 x, uchar2 y, uchar2 mask); 13961 uchar2 __ovld __cnfn shuffle2(uchar4 x, uchar4 y, uchar2 mask); 13962 uchar2 __ovld __cnfn shuffle2(uchar8 x, uchar8 y, uchar2 mask); 13963 uchar2 __ovld __cnfn shuffle2(uchar16 x, uchar16 y, uchar2 mask); 13965 short2 __ovld __cnfn shuffle2(short2 x, short2 y, ushort2 mask); 13966 short2 __ovld __cnfn shuffle2(short4 x, short4 y, ushort2 mask); [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | aom_subpixel_8t_intrin_ssse3.c | 198 __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/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 7687 %val1 = OpExtInst %f32vec2 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec2_01 7688 %val2 = OpExtInst %f32vec4 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec4_0123 7689 %val3 = OpExtInst %u32vec2 %extinst shuffle2 %u32vec4_0123 %u32vec4_0123 %u32vec2_01 7690 %val4 = OpExtInst %u32vec4 %extinst shuffle2 %u32vec4_0123 %u32vec4_0123 %u32vec4_0123 7699 %val1 = OpExtInst %f32 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec2_01 7706 HasSubstr("OpenCL.std shuffle2: " 7712 %val1 = OpExtInst %f32vec3 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec3_012 7719 HasSubstr("OpenCL.std shuffle2: " 7725 %val1 = OpExtInst %f32vec2 %extinst shuffle2 %f32_0 %f32_0 %u32vec2_01 7731 HasSubstr("OpenCL.std shuffle2: " [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 7687 %val1 = OpExtInst %f32vec2 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec2_01 7688 %val2 = OpExtInst %f32vec4 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec4_0123 7689 %val3 = OpExtInst %u32vec2 %extinst shuffle2 %u32vec4_0123 %u32vec4_0123 %u32vec2_01 7690 %val4 = OpExtInst %u32vec4 %extinst shuffle2 %u32vec4_0123 %u32vec4_0123 %u32vec4_0123 7699 %val1 = OpExtInst %f32 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec2_01 7706 HasSubstr("OpenCL.std shuffle2: " 7712 %val1 = OpExtInst %f32vec3 %extinst shuffle2 %f32vec4_0123 %f32vec4_0123 %u32vec3_012 7719 HasSubstr("OpenCL.std shuffle2: " 7725 %val1 = OpExtInst %f32vec2 %extinst shuffle2 %f32_0 %f32_0 %u32vec2_01 7731 HasSubstr("OpenCL.std shuffle2: " [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 53 __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/llvm-project/libclc/generic/lib/ |
D | SOURCES | 195 misc/shuffle2.cl
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | cl.txt | 66 program/execute/builtin/builtin-shuffle2-half-ushort: skip
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 317 CASE3(Shuffle2, shuffle2),
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 317 CASE3(Shuffle2, 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/InstCombine/ |
D | vec_shuffle.ll | 255 %shuffle2 = shufflevector <4 x i32> %shuffle, <4 x i32> zeroinitializer, 257 ret <4 x i32> %shuffle2
|