Home
last modified time | relevance | path

Searched refs:dest0 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp8_idct_msa.c54 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()
76 ST_W2(dest0, 0, 1, dst, 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()
98 ST_W2(dest0, 0, 1, dst, stride); in ff_vp8_idct_dc_add_msa()
H A Dvc1dsp_mmi.c432 MMI_LDC1(%[ftmp1], %[dest0], 0x00) in ff_vc1_inv_trans_8x4_dc_mmi()
460 MMI_SDC1(%[ftmp1], %[dest0], 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()
884 MMI_LWC1(%[ftmp1], %[dest0], 0x00) in ff_vc1_inv_trans_4x8_dc_mmi()
920 MMI_SWC1(%[ftmp1], %[dest0], 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()
1139 MMI_LWC1(%[ftmp1], %[dest0], 0x00) in ff_vc1_inv_trans_4x4_dc_mmi()
1159 MMI_SWC1(%[ftmp1], %[dest0], 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/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp368 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
374 bld.ADD(dest0, src0, src1); in TEST_F()
376 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F()
380 * 0: add(8) dest0 src0 src1 in TEST_F()
382 * 2: cmp.ge.f0(8) null dest0 0.0f in TEST_F()
407 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
413 bld.ADD(dest0, src0, src1); in TEST_F()
416 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F()
420 * 0: add(8) dest0 src0 src1 in TEST_F()
422 * 2: cmp.ge.f0(8) null dest0 0. in TEST_F()
489 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1101 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1136 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1172 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1385 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1433 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1474 fs_reg dest0 = v->vgrf(glsl_type::float_type); TEST_F() local
1510 fs_reg dest0 = v->vgrf(glsl_type::int_type); TEST_F() local
2846 fs_reg dest0 = v->vgrf(glsl_type::uint_type); TEST_F() local
2889 fs_reg dest0 = v->vgrf(glsl_type::uint_type); TEST_F() local
2935 fs_reg dest0 = v->vgrf(glsl_type::uint_type); TEST_F() local
2978 fs_reg dest0 = v->vgrf(glsl_type::uint_type); TEST_F() local
3022 fs_reg dest0 = v->vgrf(glsl_type::uint_type); TEST_F() local
[all...]
H A Dtest_vec4_cmod_propagation.cpp339 dst_reg dest0 = dst_reg(v, glsl_type::float_type); in TEST_F() local
345 bld.ADD(dest0, src0, src1); in TEST_F()
347 bld.CMP(bld.null_reg_f(), src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F()
351 * 0: add dest0 src0 src1 in TEST_F()
353 * 2: cmp.ge.f0 null dest0 0.0f in TEST_F()
420 dst_reg dest0 = dst_reg(v, glsl_type::float_type); in TEST_F() local
429 set_condmod(BRW_CONDITIONAL_GE, bld.ADD(dest0, src0, src1)); in TEST_F()
431 bld.CMP(dest_null, src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F()
435 * 0: add.ge.f0 dest0 src0 src1 in TEST_F()
437 * 2: cmp.ge.f0 null.x dest0 0. in TEST_F()
[all...]
/third_party/lzma/Asm/x86/
H A DXzCrc64Opt.asm139 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req
140 op0 dest0, DWORD PTR [rT + src * 8 + 0800h * t]
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 Dsfn_instrfactory.cpp145 auto dest0 = m_value_factory.dest(literal->def, 2 * i, pin_none); in load_const() local
147 shader.emit_instruction(new AluInstr(op1_mov, dest0, src0, {alu_write})); in load_const()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_msa.c48 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 Denc_msa.c49 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/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c646 bi_load_ubo_to(bi_builder *b, unsigned bitsize, bi_index dest0, bi_index src0, in bi_load_ubo_to() argument
652 I = bi_ld_buffer_to(b, bitsize, dest0, src0, src1); in bi_load_ubo_to()
655 I = bi_load_to(b, bitsize, dest0, src0, src1, BI_SEG_UBO, 0); in bi_load_ubo_to()
658 bi_emit_cached_split(b, dest0, bitsize); in bi_load_ubo_to()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc2048 const int32_t dest0 = (dest & 0x000000ff);
2055 const int32_t patched_or3 = 0xe38cc000 | dest0;
2153 const int32_t dest0 = (dest & 0x000000ff);
2160 const int32_t patched_or3 = 0xe38cc000 | dest0;

Completed in 24 milliseconds