/external/libyuv/files/source/ |
D | scale_mmi.cc | 72 uint64_t dest, dest0, dest1; in ScaleRowDown2Linear_MMI() local 100 [dest1] "=&f"(dest1), [dest] "=&f"(dest) in ScaleRowDown2Linear_MMI() 114 uint64_t dest, dest0, dest1; in ScaleRowDown2Box_MMI() local 165 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest] "=&f"(dest) in ScaleRowDown2Box_MMI() 378 uint64_t dest, dest0, dest1; in ScaleRowDown2Box_16_MMI() local 430 [t_lo] "=&f"(t_lo), [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), in ScaleRowDown2Box_16_MMI() 572 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_MMI() local 583 DO_SCALEROWDOWN4BOX_LOOP(%[dest1]) in ScaleRowDown4Box_MMI() 599 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ScaleRowDown4Box_MMI() 651 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_16_MMI() local [all …]
|
D | row_mmi.cc | 608 uint64_t dest0, dest1, dest2, dest3; in ARGBToYRow_MMI() local 677 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ARGBToYRow_MMI() 912 uint64_t dest0, dest1, dest2, dest3; in BGRAToYRow_MMI() local 981 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in BGRAToYRow_MMI() 1216 uint64_t dest0, dest1, dest2, dest3; in ABGRToYRow_MMI() local 1285 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ABGRToYRow_MMI() 1520 uint64_t dest0, dest1, dest2, dest3; in RGBAToYRow_MMI() local 1589 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in RGBAToYRow_MMI() 1824 uint64_t dest0, dest1, dest2, dest3; in RGB24ToYRow_MMI() local 1897 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in RGB24ToYRow_MMI() [all …]
|
/external/libcxx/test/std/strings/string.view/string.view.ops/ |
D | copy.pass.cpp | 32 CharT *dest1 = new CharT [rlen + 1]; dest1[rlen] = 0; in test1() local 38 sv.copy(dest1, n, pos); in test1() 46 sv.copy(dest1, n, pos); in test1() 49 assert ( dest1[i] == dest2[i] ); in test1() 51 delete [] dest1; in test1()
|
/external/llvm-project/libcxx/test/std/strings/string.view/string.view.ops/ |
D | copy.pass.cpp | 31 CharT *dest1 = new CharT [rlen + 1]; dest1[rlen] = 0; in test1() local 37 sv.copy(dest1, n, pos); in test1() 45 sv.copy(dest1, n, pos); in test1() 48 assert ( dest1[i] == dest2[i] ); in test1() 50 delete [] dest1; in test1()
|
/external/llvm-project/llvm/test/TableGen/ |
D | ConstraintChecking.inc | 19 dag OutOperandList = (outs Reg:$dest1, Reg:$dest2); 21 string AsmString = "mnemonic $dest1, $dest2, $src1, $src2"; 24 field bits<1> dest1; 29 let Inst{3} = dest1{0};
|
D | ConstraintChecking6.td | 5 // CHECK: [[FILE]]:[[@LINE+1]]:1: error: Operand '$dest1' of 'Foo' cannot have multiple operands ti… 6 def Foo : TestInstructionWithConstraints<"$dest1 = $src1, $dest1 = $src2">;
|
D | ConstraintChecking1.td | 5 // CHECK: [[FILE]]:[[@LINE+1]]:1: error: Unrecognized constraint '$dest1 ~ $src2' in 'Foo' 6 def Foo : TestInstructionWithConstraints<"$dest1 ~ $src2">;
|
D | ConstraintChecking4.td | 5 // CHECK: [[FILE]]:[[@LINE+1]]:1: error: Output operands '$dest1' and '$dest2' of 'Foo' cannot be t… 6 def Foo : TestInstructionWithConstraints<"$dest1 = $dest2">;
|
D | ConstraintChecking7.td | 6 def Foo : TestInstructionWithConstraints<"$dest1 = $src1, $dest2 = $src1">;
|
D | ConstraintChecking3.td | 8 def Foo : TestInstructionWithConstraints<"$dest1=$dest2">;
|
D | DAGDefaultOps.td | 33 string AsmString = Mnemonic # " $dest1, $src1, $src2, #$imm";
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 326 uint8_t *dest1 = dest + 31 * stride; in idct32_bands_end_2nd_pass() local 340 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass() 342 dest1 -= str2; in idct32_bands_end_2nd_pass() 364 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass() 366 dest1 -= str2; in idct32_bands_end_2nd_pass() 388 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass() 390 dest1 -= str2; in idct32_bands_end_2nd_pass() 410 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass() 417 uint16_t *dest1 = dest + 31 * stride; in highbd_idct32_bands_end_2nd_pass_bd8() local 432 highbd_store_combine_results_bd8(dest0, dest1, stride, q[4], q[5], q[6], in highbd_idct32_bands_end_2nd_pass_bd8() [all …]
|
D | highbd_idct32x32_1024_add_neon.c | 287 uint16_t *dest1 = dest + 31 * stride; in idct32_bands_end_2nd_pass() local 302 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass() 305 dest1 -= str2; in idct32_bands_end_2nd_pass() 328 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass() 331 dest1 -= str2; in idct32_bands_end_2nd_pass() 354 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass() 357 dest1 -= str2; in idct32_bands_end_2nd_pass() 378 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | cppMerge.frag.out | 7 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D) 20 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppMerge.frag.out | 7 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D) 20 0:? 'dest1' (layout( set=0 binding=0) writeonly uniform image1D)
|
/external/lzma/CPP/Common/ |
D | CommandLineParser.cpp | 9 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2) in SplitCommandLine() argument 11 dest1.Empty(); in SplitCommandLine() 26 dest1 += c; in SplitCommandLine()
|
D | CommandLineParser.h | 10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2);
|
/external/mesa3d/src/intel/compiler/ |
D | test_fs_cmod_propagation.cpp | 324 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 330 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 363 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 369 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F() 445 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 451 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 1057 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 1061 bld.ADD(dest1, src0, src1); in TEST_F() 1092 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 1096 set_predicate(BRW_PREDICATE_NORMAL, bld.ADD(dest1, src0, negate(src1))); in TEST_F() [all …]
|
D | test_vec4_cmod_propagation.cpp | 328 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 334 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 409 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 418 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F()
|
/external/lzma/Asm/x86/ |
D | XzCrc64Opt.asm | 111 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req 113 op1 dest1, DWORD PTR [r5 + src * 8 + 0800h * t + 4] 116 CRC_XOR macro dest0:req, dest1:req, src:req, t:req 117 CRC xor, xor, dest0, dest1, src, t
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 182 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_msa() local 199 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_msa() 200 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_msa() 217 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_2x_msa() local 243 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_2x_msa() 244 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_2x_msa() 275 v16u8 dest0, dest1, dest2, dest3; in dequant_idct_addconst_2x_msa() local 284 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct_addconst_2x_msa() 285 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct_addconst_2x_msa()
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | switch-range-to-icmp.ll | 122 %cleanup.dest1 = phi i32 [ 0, %else ], [ 3, %entry ] 123 switch i32 %cleanup.dest1, label %unreach1 [ 135 %phi2 = phi i32 [ %cleanup.dest1, %switch ]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | branch.ll | 6 ; form: br <condition> dest1, dest2, where dest1 == dest2.
|
/external/pdfium/fpdfsdk/ |
D | fpdf_doc_embeddertest.cpp | 184 FPDF_DEST dest1 = FPDFLink_GetDest(document(), link1); in TEST_F() local 185 ASSERT_TRUE(dest1); in TEST_F() 189 EXPECT_EQ(0, FPDFDest_GetDestPageIndex(document(), dest1)); in TEST_F() 200 dest1, &has_x_coord, &has_y_coord, &has_zoom, &x, &y, &zoom); in TEST_F()
|
/external/llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU/ |
D | mem-intrinsics.ll | 95 ; CHECK: call void @llvm.memcpy.p0i8.p3i8.i64(i8* align 4 %dest1, i8 addrspace(3)* align 4 %src.gro… 96 …ultiple_memcpy_flat_to_flat_replace_src_with_group_no_md(i8* %dest0, i8* %dest1, i8 addrspace(3)* … 99 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 4 %dest1, i8* align 4 %cast.src, i64 %size, i1 fals…
|