/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_msa.c | 176 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 D | macro-assembler-arm.cc | 496 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 D | macro-assembler-arm.h | 484 // 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 D | macro-assembler-x64.cc | 1529 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 D | macro-assembler-x64.h | 341 // 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 D | hevcpred_msa.c | 1132 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 D | code-generator-arm.cc | 4146 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 D | vp8.c | 1857 * @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 D | hevcdec.c | 1452 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 D | snowenc.c | 641 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 D | assembler-ia32.h | 1387 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 D | simulator-arm.cc | 4017 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 D | macro-assembler-s390.cc | 3641 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 D | vp9itxfm_16bpp.asm | 346 ; 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 D | swscale_vsx.c | 1784 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 D | code-generator-ia32.cc | 4345 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 D | aco_instruction_selection.cpp | 1148 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 D | input.c | 674 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 D | af_inet6.c | 881 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | af_inet6.c | 877 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | audio_convert.asm | 309 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 D | generic_macros_msa.h | 2761 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 D | test_fs_cmod_propagation.cpp | 817 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 D | code-generator-loong64.cc | 2591 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 D | code-generator-mips.cc | 4405 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()
|