Home
last modified time | relevance | path

Searched refs:dst1 (Results 176 - 200 of 205) sorted by relevance

123456789

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_msa.c176 v4i32 dst0, dst1; in TTransform_MSA() local
197 DOTP_SH2_SW(tmp0, tmp1, tmp2, tmp3, dst0, dst1); in TTransform_MSA()
198 dst0 = dst0 + dst1; in TTransform_MSA()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc496 void TurboAssembler::MovePair(Register dst0, Register src0, Register dst1, in MovePair() argument
498 DCHECK_NE(dst0, dst1); in MovePair()
501 Move(dst1, src1); in MovePair()
502 } else if (dst1 != src0) { in MovePair()
504 Move(dst1, src1); in MovePair()
H A Dmacro-assembler-arm.h484 // Move src0 to dst0 and src1 to dst1, handling possible overlaps.
485 void MovePair(Register dst0, Register src0, Register dst1, Register src1);
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1529 void TurboAssembler::MovePair(Register dst0, Register src0, Register dst1, in CallRecordWriteStub() argument
1534 Move(dst1, src1); in CallRecordWriteStub()
1535 } else if (dst1 != src0) { in CallRecordWriteStub()
1537 // but writing to dst1 does not destroy src0. in CallRecordWriteStub()
1538 Move(dst1, src1); in CallRecordWriteStub()
1541 // dst0 == src1, and dst1 == src0, a swap is required: in CallRecordWriteStub()
1543 // dst1 /\ src1 in CallRecordWriteStub()
1544 xchgq(dst0, dst1); in CallRecordWriteStub()
H A Dmacro-assembler-x64.h341 // Move src0 to dst0 and src1 to dst1, handling possible overlaps.
342 void MovePair(Register dst0, Register src0, Register dst1, Register src1);
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1132 v16i8 dst0, dst1, dst2, dst3; in hevc_intra_pred_angular_upper_16width_msa() local
1218 dst0, dst1, dst2, dst3); in hevc_intra_pred_angular_upper_16width_msa()
1219 ST_SB4(dst0, dst1, dst2, dst3, dst, stride); in hevc_intra_pred_angular_upper_16width_msa()
1241 v16i8 dst0, dst1, dst2, dst3; in hevc_intra_pred_angular_upper_32width_msa() local
1329 dst0, dst1, dst2, dst3); in hevc_intra_pred_angular_upper_32width_msa()
1331 ST_SB2(dst0, dst1, dst, 16); in hevc_intra_pred_angular_upper_32width_msa()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc4146 MemOperand dst1(dst.rn(), dst.offset() + kFloatSize); in AssembleArchInstruction()
4153 __ vldr(temp_0, dst1); in AssembleArchInstruction()
4156 __ vstr(temp_1, dst1); in AssembleArchInstruction()
4163 MemOperand dst1(dst.rn(), dst.offset() + kDoubleSize); in AssembleArchInstruction()
4171 __ vldr(temp_0, dst1); in AssembleArchInstruction()
4174 __ vstr(temp_1, dst1); in AssembleArchInstruction()
/third_party/ffmpeg/libavcodec/
H A Dvp8.c1857 * @param dst1 target buffer for block data at block position (U plane)
1871 void vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, in vp8_mc_chroma() argument
1899 mc_func[my_idx][mx_idx](dst1, linesize, src1, EDGE_EMU_LINESIZE, block_h, mx, my); in vp8_mc_chroma()
1910 mc_func[my_idx][mx_idx](dst1, linesize, src1, linesize, block_h, mx, my); in vp8_mc_chroma()
1915 mc_func[0][0](dst1, linesize, src1 + y_off * linesize + x_off, linesize, block_h, 0, 0); in vp8_mc_chroma()
H A Dhevcdec.c1452 uint8_t *dst1 = &s->frame->data[1][(y0 >> s->ps.sps->vshift[1]) * stride1 + ((x0 >> s->ps.sps->hshift[1]) << s->ps.sps->pixel_shift)]; in hls_pcm_sample() local
1471 s->hevcdsp.put_pcm(dst1, stride1, in hls_pcm_sample()
1640 * @param dst1 target buffer for block data at block position (U plane)
1642 * @param dststride stride of the dst1 and dst2 buffers
1882 uint8_t *dst1 = POS(1, x0, y0); in hls_prediction_unit() local
1941 chroma_mc_uni(s, dst1, s->frame->linesize[1], ref0->frame->data[1], ref0->frame->linesize[1], in hls_prediction_unit()
1960 chroma_mc_uni(s, dst1, s->frame->linesize[1], ref1->frame->data[1], ref1->frame->linesize[1], in hls_prediction_unit()
1979 chroma_mc_bi(s, dst1, s->frame->linesize[1], ref0->frame, ref1->frame, in hls_prediction_unit()
H A Dsnowenc.c641 uint8_t *dst1 = dst + sx + (sy+y)*ref_stride; in get_block_rd() local
650 dst1[x] = v; in get_block_rd()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1387 void mulx(Register dst1, Register dst2, Register src) { in mulx() argument
1388 mulx(dst1, dst2, Operand(src)); in mulx()
1390 void mulx(Register dst1, Register dst2, Operand src) { in mulx() argument
1391 bmi2(kF2, 0xf6, dst1, dst2, src); in mulx()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4017 T src1[kElems], src2[kElems], dst1[kElems], dst2[kElems]; in Zip() local
4021 dst1[i * 2] = src1[i]; in Zip()
4022 dst1[i * 2 + 1] = src2[i]; in Zip()
4026 simulator->set_neon_register<T, SIZE>(Vd, dst1); in Zip()
4034 T src1[kElems], src2[kElems], dst1[kElems], dst2[kElems]; in Unzip() local
4038 dst1[i] = src1[i * 2]; in Unzip()
4039 dst1[i + kPairs] = src2[i * 2]; in Unzip()
4043 simulator->set_neon_register<T, SIZE>(Vd, dst1); in Unzip()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc3641 void TurboAssembler::LoadMultipleP(Register dst1, Register dst2, in CallRecordWriteStub() argument
3645 lmg(dst1, dst2, mem); in CallRecordWriteStub()
3648 lm(dst1, dst2, mem); in CallRecordWriteStub()
3651 lmy(dst1, dst2, mem); in CallRecordWriteStub()
3671 void TurboAssembler::LoadMultipleW(Register dst1, Register dst2, in CallRecordWriteStub() argument
3674 lm(dst1, dst2, mem); in CallRecordWriteStub()
3677 lmy(dst1, dst2, mem); in CallRecordWriteStub()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm346 ; dst1 = src1 * coef1 + src2 * coef2 + rnd >> 14
808 ; dst1[hi]:dst3[lo] = src1 * coef1 + src2 * coef2
825 ; dst1 = src2[hi]:src4[lo] + src1[hi]:src3[lo] + rnd >> 14
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c1784 static void hcscale_fast_vsx(SwsContext *c, int16_t *dst1, int16_t *dst2, in hcscale_fast_vsx() argument
1848 HCSCALE(src1, dst1); in hcscale_fast_vsx()
1854 dst1[i] = src1[srcW-1]*128; in hcscale_fast_vsx()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc4345 Operand dst1 = g.ToOperand(destination, kSystemPointerSize); in AssembleMove() local
4347 __ Move(dst1, Immediate(upper)); in AssembleMove()
4414 Operand dst1 = g.ToOperand(destination); in AssembleSwap() local
4415 __ push(dst1); in AssembleSwap()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp1148 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, cond);
1150 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), dst0, dst1);
1327 Temp dst1 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), else_hi, then_hi, isnan);
1329 Temp v = bld.pseudo(aco_opcode::p_create_vector, bld.def(v2), dst0, dst1);
1880 Temp dst1 = bld.sop2(aco_opcode::s_addc_u32, bld.def(s1), bld.def(s1, scc), src01, src11,
1882 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), dst0, dst1);
1886 Temp dst1 = bld.vadd32(bld.def(v1), src01, src11, false, carry);
1887 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), dst0, dst1);
1950 Temp dst1 = bld.tmp(v1);
1957 bld.vop2_e64(aco_opcode::v_addc_co_u32, Definition(dst1), Definitio
[all...]
/third_party/ffmpeg/libswscale/
H A Dinput.c674 static av_always_inline void nvXXtoUV_c(uint8_t *dst1, uint8_t *dst2, in nvXXtoUV_c() argument
679 dst1[i] = src[2 * i + 0]; in nvXXtoUV_c()
/kernel/linux/linux-5.10/net/ipv6/
H A Daf_inet6.c881 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
/kernel/linux/linux-6.6/net/ipv6/
H A Daf_inet6.c877 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert.asm309 cglobal unpack_6ch_%2_to_%1_%3, 2, 8, %6, dst, src, dst1, dst2, dst3, dst4, dst5, len
/third_party/ffmpeg/libavutil/mips/
H A Dgeneric_macros_msa.h2761 Arguments : Inputs - in0, in1, in2, in3, dst0, dst1, pdst, stride
2764 dst0, dst1, pdst, stride) \
2771 AVER_UB2_UB(tmp0_m, dst0, tmp1_m, dst1, tmp0_m, tmp1_m); \
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp817 fs_reg dst1 = v->vgrf(glsl_type::float_type); in TEST_F() local
822 set_predicate(BRW_PREDICATE_NORMAL, bld.SEL(dst1, src0, zero)); in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc2591 MemOperand dst1(dst0.base(), dst0.offset() + kIntSize); in AssembleConstructFrame()
2597 __ St_w(scratch, dst1); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc4405 MemOperand dst1(dst0.rm(), dst0.offset() + kIntSize); in AssembleConstructFrame()
4410 __ sw(temp_0, dst1); in AssembleConstructFrame()
4420 MemOperand dst1(dst0.rm(), dst0.offset() + kIntSize); in AssembleConstructFrame()
4431 __ sw(temp_0, dst1); in AssembleConstructFrame()

Completed in 96 milliseconds

123456789