/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp8_idct_msa.c | 54 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_add_msa() local 75 VSHF_B2_SB(res0, res1, res2, res3, mask, mask, dest0, dest1); in ff_vp8_idct_add_msa() 77 ST_W2(dest1, 0, 1, dst + 2 * stride, stride); in ff_vp8_idct_add_msa() 87 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_dc_add_msa() local 97 VSHF_B2_SB(res0, res1, res2, res3, mask, mask, dest0, dest1); in ff_vp8_idct_dc_add_msa() 99 ST_W2(dest1, 0, 1, dst + 2 * stride, stride); in ff_vp8_idct_dc_add_msa()
|
H A D | vc1dsp_mmi.c | 433 MMI_LDC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_8x4_dc_mmi() 461 MMI_SDC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_8x4_dc_mmi() 469 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_8x4_dc_mmi() 885 MMI_LWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x8_dc_mmi() 921 MMI_SWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x8_dc_mmi() 934 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_4x8_dc_mmi() 1140 MMI_LWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x4_dc_mmi() 1160 MMI_SWC1(%[ftmp2], %[dest1], 0x00) in ff_vc1_inv_trans_4x4_dc_mmi() 1167 : [dest0]"r"(dest+0*linesize), [dest1]"r"(dest+1*linesize), in ff_vc1_inv_trans_4x4_dc_mmi()
|
/third_party/lzma/CPP/Common/ |
H A 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()
|
H A D | CommandLineParser.h | 10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_fs_cmod_propagation.cpp | 369 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 375 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 381 * 1: (+f0) sel(8) dest1 src2 0.0f in TEST_F() 408 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 414 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)) in TEST_F() 421 * 1: (+f0.1) sel(8) dest1 src2 0.0f in TEST_F() 426 * 1: (+f0.1) sel(8) dest1 src2 0.0f in TEST_F() 490 fs_reg dest1 = v->vgrf(glsl_type::float_type); in TEST_F() local 496 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 502 * 1: (+f0) sel(8) dest1 src in TEST_F() 1102 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1137 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1173 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1270 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1310 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1434 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 1475 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 2847 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 2890 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 2936 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 2979 fs_reg dest1 = v->vgrf(glsl_type::uint_type); TEST_F() local 3023 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 3154 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local 3197 fs_reg dest1 = v->vgrf(glsl_type::float_type); TEST_F() local [all...] |
H A D | test_vec4_cmod_propagation.cpp | 340 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 346 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 352 * 1: (+f0) sel dest1 src2 0.0f in TEST_F() 421 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 430 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dest1, src2, zero)); in TEST_F() 436 * 1: (+f0) sel dest1 src2 0.0f in TEST_F() 441 * 1: (+f0) sel dest1 src2 0.0f in TEST_F() 912 dst_reg dest1 = dst_reg(v, glsl_type::float_type); in TEST_F() local 922 bld.ADD(dest1, src0, src1); in TEST_F() 925 bld.CMP(dest_null, src_reg(dest1), zer in TEST_F() 960 dst_reg dest1 = dst_reg(v, glsl_type::float_type); TEST_F() local [all...] |
/third_party/lzma/Asm/x86/ |
H A D | XzCrc64Opt.asm | 139 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req
141 op1 dest1, DWORD PTR [rT + src * 8 + 0800h * t + 4]
144 CRC_XOR macro dest0:req, dest1:req, src:req, t:req
145 CRC xor, xor, dest0, dest1, src, t
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instrfactory.cpp | 149 auto dest1 = m_value_factory.dest(literal->def, 2 * i + 1, pin_none); in load_const() local 151 shader.emit_instruction(new AluInstr(op1_mov, dest1, src1, AluInstr::last_write)); in load_const()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_msa.c | 48 v16i8 dest0, dest1, dest2, dest3; in TransformOne() local 58 LD_SB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformOne() 59 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformOne() 138 v16u8 dest0, dest1, dest2, dest3; in TransformAC3() local 144 LD_UB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformAC3() 145 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformAC3()
|
H A D | enc_msa.c | 49 v16i8 dest0, dest1, dest2, dest3; in ITransformOne() local 60 LD_SB4(ref, BPS, dest0, dest1, dest2, dest3); in ITransformOne() 61 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in ITransformOne()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | idnatest.c | 655 UChar* dest1 = output1; in TestJB4490() local 663 dest1Len = uidna_toASCII(src1, src1Len, dest1, dest1Len,UIDNA_DEFAULT, &ps, &status); in TestJB4490() 667 src2 = dest1; in TestJB4490()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 2049 const int32_t dest1 = (dest & 0x0000ff00) >> 8; 2054 const int32_t patched_or2 = 0xe38ccc00 | dest1; 2154 const int32_t dest1 = (dest & 0x0000ff00) >> 8; 2159 const int32_t patched_or2 = 0xe38ccc00 | dest1;
|