Home
last modified time | relevance | path

Searched refs:dst_r (Results 1 – 19 of 19) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c849 …atic sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr dst_r) in update_zero_overflow() argument
859 FAIL_IF(push_inst(compiler, (op & SLJIT_32) ? or(dst_r, dst_r) : ogr(dst_r, dst_r))); in update_zero_overflow()
1027 sljit_gpr dst_r, in emit_move() argument
1030 SLJIT_ASSERT(!IS_GPR_REG(src) || dst_r != gpr(src & REG_MASK)); in emit_move()
1033 return push_load_imm_inst(compiler, dst_r, srcw); in emit_move()
1036 return load_word(compiler, dst_r, src, srcw, (compiler->mode & SLJIT_32) != 0); in emit_move()
1039 return push_inst(compiler, (compiler->mode & SLJIT_32) ? lr(dst_r, src_r) : lgr(dst_r, src_r)); in emit_move()
1047 sljit_gpr dst_r = tmp0; in emit_rr() local
1052 dst_r = gpr(dst); in emit_rr()
1057 dst_r = tmp0; in emit_rr()
[all …]
DsljitNativeX86_common.c1114 sljit_s32 dst_r; in emit_mov_byte() local
1140 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_byte()
1145 SLJIT_ASSERT(dst_r == TMP_REG1); in emit_mov_byte()
1148 dst_r = src; in emit_mov_byte()
1150 dst_r = src; in emit_mov_byte()
1189 inst = emit_x86_instruction(compiler, 2, dst_r, 0, src, srcw); in emit_mov_byte()
1197 if (dst_r == TMP_REG1) { in emit_mov_byte()
1218 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1231 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1237 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_byte()
[all …]
DsljitNativeSPARC_common.c819 sljit_s32 dst_r = TMP_REG2; in emit_op() local
831 dst_r = dst; in emit_op()
834 sugg_src2_r = dst_r; in emit_op()
885 dst_r = src2_r; in emit_op()
897 dst_r = 0; in emit_op()
928 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
932 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
935 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
1168 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1187 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | FD(dst_r) | FS2(TMP_FREG1), MOVABLE_INS… in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeARM_64.c1246 sljit_s32 dst_r, flags, mem_flags; in sljit_emit_op1() local
1254 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1259 if (dst_r != TMP_REG1 && FAST_IS_REG(src)) in sljit_emit_op1()
1260 return emit_op_imm(compiler, op | ((op_flags & SLJIT_32) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1305 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG1, srcw)); in sljit_emit_op1()
1307 dst_r = src; in sljit_emit_op1()
1309 FAIL_IF(emit_op_mem(compiler, mem_flags, dst_r, src, srcw, TMP_REG1)); in sljit_emit_op1()
1312 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1329 emit_op_imm(compiler, flags | op, dst_r, TMP_REG1, src); in sljit_emit_op1()
1332 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
[all …]
DsljitNativeARM_T2_32.c1560 sljit_s32 dst_r, flags; in sljit_emit_op1() local
1568 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op1()
1607 FAIL_IF(emit_op_imm(compiler, SLJIT_MOV | ARG2_IMM, dst_r, TMP_REG2, (sljit_uw)srcw)); in sljit_emit_op1()
1609 FAIL_IF(emit_op_mem(compiler, flags, dst_r, src, srcw, TMP_REG1)); in sljit_emit_op1()
1611 if (dst_r != TMP_REG1) in sljit_emit_op1()
1612 return emit_op_imm(compiler, op, dst_r, TMP_REG2, (sljit_uw)src); in sljit_emit_op1()
1613 dst_r = src; in sljit_emit_op1()
1619 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1629 emit_op_imm(compiler, flags | op, dst_r, TMP_REG2, (sljit_uw)src); in sljit_emit_op1()
1632 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
[all …]
DsljitNativePPC_common.c1147 sljit_s32 dst_r = TMP_REG2; in emit_op() local
1155 dst_r = dst; in emit_op()
1161 sugg_src2_r = dst_r; in emit_op()
1187 dst_r = src2_r; in emit_op()
1201 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1206 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); in emit_op()
1816 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1839 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
1844 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw()
1849 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeMIPS_common.c1304 sljit_s32 dst_r = TMP_REG2; in emit_op() local
1319 dst_r = dst; in emit_op()
1322 sugg_src2_r = dst_r; in emit_op()
1376 dst_r = (sljit_s32)src2_r; in emit_op()
1388 dst_r = 0; in emit_op()
1419 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
1423 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1426 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
1770 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
1787 …<< 21) | ((((sljit_ins)op & SLJIT_32) ^ SLJIT_32) >> 8) | FS(TMP_FREG1) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1_conv_f64_from_sw()
[all …]
DsljitNativeARM_32.c2233 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw() local
2248 FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VCVT_F32_S32, op & SLJIT_32, dst_r, TMP_FREG1, 0))); in sljit_emit_fop1_conv_f64_from_sw()
2279 sljit_s32 dst_r; in sljit_emit_fop1() local
2286 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2292 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_32) | FPU_LOAD, dst_r, src, srcw)); in sljit_emit_fop1()
2293 src = dst_r; in sljit_emit_fop1()
2298 if (src != dst_r) { in sljit_emit_fop1()
2299 if (dst_r != TMP_FREG1) in sljit_emit_fop1()
2300 FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VMOV_F32, op & SLJIT_32, dst_r, src, 0))); in sljit_emit_fop1()
2302 dst_r = src; in sljit_emit_fop1()
[all …]
DsljitNativeX86_64.c918 sljit_s32 dst_r; in emit_mov_int() local
940 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
943 dst_r = src; in emit_mov_int()
946 inst = emit_x86_instruction(compiler, 1, dst_r, 0, src, srcw); in emit_mov_int()
951 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
958 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
/third_party/ffmpeg/libavcodec/
Dwavpack.c444 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_high() local
445 int total_samples = s->samples, stereo = dst_r ? 1 : 0; in wv_unpack_dsd_high()
561 checksum += (checksum << 1) + (*dst_r = filters[1].byte & 0xff); in wv_unpack_dsd_high()
563 dst_r += 4; in wv_unpack_dsd_high()
573 if (dst_r) in wv_unpack_dsd_high()
582 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_fast() local
662 if (dst_r) in wv_unpack_dsd_fast()
690 if (!dst_r) { in wv_unpack_dsd_fast()
700 *dst_r = code; in wv_unpack_dsd_fast()
701 dst_r += 4; in wv_unpack_dsd_fast()
[all …]
Dsheervideo.c1272 uint16_t *dst_r, *dst_g, *dst_b, *dst_a; in decode_argxi() local
1275 dst_r = (uint16_t *)p->data[2]; in decode_argxi()
1284 dst_r[x] = get_bits(gb, 10); in decode_argxi()
1300 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_argxi()
1306 dst_r += p->linesize[2] / 2; in decode_argxi()
1316 uint16_t *dst_r, *dst_g, *dst_b, *dst_a; in decode_argx() local
1319 dst_r = (uint16_t *)p->data[2]; in decode_argx()
1327 dst_r[x] = get_bits(gb, 10); in decode_argx()
1343 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_argx()
1349 dst_r += p->linesize[2] / 2; in decode_argx()
[all …]
Dvp9recon.c231 uint8_t *dst = td->dst[0], *dst_r = s->s.frames[CUR_FRAME].tf.f->data[0] + y_off; in intra_recon() local
236 uint8_t *ptr = dst, *ptr_r = dst_r; in intra_recon()
254 dst_r += 4 * step1d * s->s.frames[CUR_FRAME].tf.f->linesize[0]; in intra_recon()
265 dst_r = s->s.frames[CUR_FRAME].tf.f->data[1 + p] + uv_off; in intra_recon()
267 uint8_t *ptr = dst, *ptr_r = dst_r; in intra_recon()
283 dst_r += 4 * uvstep1d * s->s.frames[CUR_FRAME].tf.f->linesize[1]; in intra_recon()
Ddiracdsp.c198 PX c, *src_r = (PX *)src, *dst_r = (PX *)dst; \
203 *dst_r++ = c; \
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_diff.c48 const int dst_r = (dst >> 16) & 0xff; in PixelsAreSimilar() local
52 return (abs(src_r * src_a - dst_r * dst_a) <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_diff.c48 const int dst_r = (dst >> 16) & 0xff; in PixelsAreSimilar() local
52 return (abs(src_r * src_a - dst_r * dst_a) <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c374 const int dst_r = (dst >> 16) & 0xff; in PixelsAreSimilar() local
379 (abs(src_r - dst_r) * dst_a <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c377 const int dst_r = (dst >> 16) & 0xff; in PixelsAreSimilar() local
382 (abs(src_r - dst_r) * dst_a <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
/third_party/mindspore/patches/
D0036-new-dynamic-quant-algorigthm-and-init-packed.patch3875 + auto dst_r = static_cast<float *>(dst);
3882 + src_c[c] = dst_r[cd8 * C8NUM * row + r * C8NUM + cm8];
3889 + auto dst_r = static_cast<float *>(dst);
3899 + float *dst_c = dst_r + ci * C8NUM;
3908 + float *dst_c = dst_r + ci * C8NUM;
3914 + dst_r += C8NUM * col;
3916 + for (; ri < row; ri++, src_r += col, dst_r++) {
3918 + src_r[i] = dst_r[i * C8NUM];
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mmi.c42 #define MMI_BTOH(dst_l, dst_r, src) \ argument
45 "punpcklbh "#dst_r", "#src", %[db_2] \n\t" \