/external/libvpx/libvpx/vpx_dsp/mips/ |
D | idct16x16_msa.c | 332 v8i16 res8, res9, res10, res11, res12, res13, res14, res15; in vpx_iadst16_1d_columns_addblk_msa() local 432 ILVR_B2_SH(zero, dst12, zero, dst13, res12, res13); in vpx_iadst16_1d_columns_addblk_msa() 433 ADD2(res12, out12, res13, out13, res12, res13); in vpx_iadst16_1d_columns_addblk_msa() 434 CLIP_SH2_0_255(res12, res13); in vpx_iadst16_1d_columns_addblk_msa() 435 PCKEV_B2_SH(res12, res12, res13, res13, res12, res13); in vpx_iadst16_1d_columns_addblk_msa() 437 ST8x1_UB(res13, dst + 13 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa()
|
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/ |
D | logical.ll | 17 %res13 = and <8 x i16> undef, undef 38 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = and <8 x i16> undef, … 63 %res13 = ashr <8 x i16> undef, undef 84 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = ashr <8 x i16> undef,… 109 %res13 = lshr <8 x i16> undef, undef 130 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = lshr <8 x i16> undef,… 155 %res13 = or <8 x i16> undef, undef 176 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = or <8 x i16> undef, u… 201 %res13 = shl <8 x i16> undef, undef 222 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = shl <8 x i16> undef, … [all …]
|
D | int-arith.ll | 20 %res13 = add <8 x i16> undef, undef 41 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = add <8 x i16> undef, … 66 %res13 = sub <8 x i16> undef, undef 87 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = sub <8 x i16> undef, … 112 %res13 = mul <8 x i16> undef, undef 133 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction: %res13 = mul <8 x i16> undef, …
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_sse.h | 188 mm_mullohi_epi32(const __m128i a, const __m128i b, __m128i *res13) in mm_mullohi_epi32() argument 202 *res13 = _mm_sub_epi64(mul13, fixup13); in mm_mullohi_epi32()
|
/external/llvm/test/Bitcode/ |
D | memInstructions.3.2.ll | 66 ; CHECK-NEXT: %res13 = load i8, i8* %ptr1, {{[(!nontemporal !0, !invariant.load !1) | (!invariant.l… 67 %res13 = load i8, i8* %ptr1, !nontemporal !0, !invariant.load !1 122 ; CHECK-NEXT: %res13 = load atomic volatile i8, i8* %ptr1 singlethread unordered, align 1 123 %res13 = load atomic volatile i8, i8* %ptr1 singlethread unordered, align 1 279 ; CHECK-NEXT: %res13 = extractvalue { i32, i1 } [[TMP]], 0 280 %res13 = cmpxchg i32* %ptr, i32 %cmp, i32 %new acq_rel acquire
|
D | miscInstructions.3.2.ll | 153 ; CHECK-NEXT: %res13 = fcmp une float %x1, %x2 154 %res13 = fcmp une float %x1, %x2
|
/external/llvm-project/llvm/test/Bitcode/ |
D | memInstructions.3.2.ll | 66 ; CHECK-NEXT: %res13 = load i8, i8* %ptr1, {{[(!nontemporal !0, !invariant.load !1) | (!invariant.l… 67 %res13 = load i8, i8* %ptr1, !nontemporal !0, !invariant.load !1 122 ; CHECK-NEXT: %res13 = load atomic volatile i8, i8* %ptr1 syncscope("singlethread") unordered, alig… 123 %res13 = load atomic volatile i8, i8* %ptr1 syncscope("singlethread") unordered, align 1 279 ; CHECK-NEXT: %res13 = extractvalue { i32, i1 } [[TMP]], 0 280 %res13 = cmpxchg i32* %ptr, i32 %cmp, i32 %new acq_rel acquire
|
D | miscInstructions.3.2.ll | 153 ; CHECK-NEXT: %res13 = fcmp une float %x1, %x2 154 %res13 = fcmp une float %x1, %x2
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 32 int res13[vec_step(*pvi) == 4 ? 1 : -1]; in test_vec_step() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | altivec.cpp | 32 int res13[vec_step(*pvi) == 4 ? 1 : -1]; in test_vec_step() local
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 177 %res13 = zext <16 x i1> %res13_i1 to <16 x i8> 178 ret <16 x i8> %res13 330 %res13 = insertelement <16 x i8> %vec, i8 %elt, i32 13 331 ret <16 x i8> %res13 521 %res13 = zext i1 %res13_i1 to i64 522 ret i64 %res13 697 %res13 = zext i8 %res13_i8 to i64 698 ret i64 %res13
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | vec_step.cl | 29 …int res13 = vec_step(*incomplete1); // expected-error {{'vec_step' requires built-in scalar or vec…
|
/external/clang/test/SemaOpenCL/ |
D | vec_step.cl | 29 …int res13 = vec_step(*incomplete1); // expected-error {{'vec_step' requires built-in scalar or vec…
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-sadd-08.ll | 264 %res13 = or i1 %res12, %obit13 268 %res14 = or i1 %res13, %obit14 396 %res13 = or i1 %res12, %obit13 400 %res14 = or i1 %res13, %obit14
|
D | int-sadd-09.ll | 264 %res13 = or i1 %res12, %obit13 268 %res14 = or i1 %res13, %obit14 396 %res13 = or i1 %res12, %obit13 400 %res14 = or i1 %res13, %obit14
|
D | int-ssub-09.ll | 264 %res13 = or i1 %res12, %obit13 268 %res14 = or i1 %res13, %obit14 396 %res13 = or i1 %res12, %obit13 400 %res14 = or i1 %res13, %obit14
|
D | int-usub-10.ll | 264 %res13 = or i1 %res12, %obit13 268 %res14 = or i1 %res13, %obit14 396 %res13 = or i1 %res12, %obit13 400 %res14 = or i1 %res13, %obit14
|
D | int-ssub-08.ll | 264 %res13 = or i1 %res12, %obit13 268 %res14 = or i1 %res13, %obit14 396 %res13 = or i1 %res12, %obit13 400 %res14 = or i1 %res13, %obit14
|
D | int-uadd-10.ll | 254 %res13 = or i1 %res12, %obit13 258 %res14 = or i1 %res13, %obit14 386 %res13 = or i1 %res12, %obit13 390 %res14 = or i1 %res13, %obit14
|
D | int-usub-11.ll | 265 %res13 = or i1 %res12, %obit13 269 %res14 = or i1 %res13, %obit14
|
D | int-uadd-11.ll | 255 %res13 = or i1 %res12, %obit13 259 %res14 = or i1 %res13, %obit14
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 621 __m128i res08, res09, res10, res11, res12, res13, res14, res15; in FDCT16x16_2D() local 983 res13 = mult_round_shift(&t2, &t3, &k__cospi_p06_p26, in FDCT16x16_2D() 990 overflow = check_epi16_overflow_x4(&res05, &res13, &res11, &res03); in FDCT16x16_2D() 1001 transpose_and_output8x8(&res08, &res09, &res10, &res11, &res12, &res13, in FDCT16x16_2D()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx-intrinsics-fast-isel.ll | 1557 %res13 = insertelement <32 x i8> %res12, i8 %a18, i32 13 1558 %res14 = insertelement <32 x i8> %res13, i8 %a17, i32 14 1661 %res13 = insertelement <16 x i16> %res12, i16 %a2 , i32 13 1662 %res14 = insertelement <16 x i16> %res13, i16 %a1 , i32 14 1870 %res13 = insertelement <32 x i8> %res12, i8 %a0, i32 13 1871 %res14 = insertelement <32 x i8> %res13, i8 %a0, i32 14 1923 %res13 = insertelement <16 x i16> %res12, i16 %a0, i32 13 1924 %res14 = insertelement <16 x i16> %res13, i16 %a0, i32 14 2173 %res13 = insertelement <32 x i8> %res12, i8 %a13, i32 13 2174 %res14 = insertelement <32 x i8> %res13, i8 %a14, i32 14 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx-intrinsics-fast-isel.ll | 2009 %res13 = insertelement <32 x i8> %res12, i8 %a18, i32 13 2010 %res14 = insertelement <32 x i8> %res13, i8 %a17, i32 14 2113 %res13 = insertelement <16 x i16> %res12, i16 %a2 , i32 13 2114 %res14 = insertelement <16 x i16> %res13, i16 %a1 , i32 14 2340 %res13 = insertelement <32 x i8> %res12, i8 %a0, i32 13 2341 %res14 = insertelement <32 x i8> %res13, i8 %a0, i32 14 2393 %res13 = insertelement <16 x i16> %res12, i16 %a0, i32 13 2394 %res14 = insertelement <16 x i16> %res13, i16 %a0, i32 14 2646 %res13 = insertelement <32 x i8> %res12, i8 %a13, i32 13 2647 %res14 = insertelement <32 x i8> %res13, i8 %a14, i32 14 [all …]
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | potential.ll | 397 %res13 = or i1 %res1, %res3 398 %res135 = or i1 %res13, %res5
|