/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 687 sljit_s32 dst, sljit_sw dstw, 693 sljit_s32 dst, sljit_sw dstw, 698 sljit_s32 dst, sljit_sw dstw, 701 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument 702 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); 705 sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src); 877 sljit_s32 dst, sljit_sw dstw, in emit_mov() argument 885 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov() 908 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw); in emit_mov() 914 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw); in emit_mov() [all …]
|
D | sljitNativePPC_common.c | 1062 sljit_s32 dst, sljit_sw dstw, in emit_op() argument 1120 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); in emit_op() 1199 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,… 1202 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument 1209 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1210 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1() 1253 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1276 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1279 …return emit_op(compiler, SLJIT_NEG, flags | (GET_FLAG_TYPE(op_flags) ? ALT_FORM1 : 0), dst, dstw, … in sljit_emit_op1() 1283 …er, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, … in sljit_emit_op1() [all …]
|
D | sljitNativeSPARC_common.c | 712 sljit_s32 dst, sljit_sw dstw, in emit_op() argument 737 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw)) in emit_op() 811 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op() 813 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw)); in emit_op() 817 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw)); in emit_op() 821 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw)); in emit_op() 823 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw)); in emit_op() 829 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op() 832 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op() 888 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument [all …]
|
D | sljitLir.c | 1160 …URN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in check_sljit_emit_fast_enter() argument 1163 FUNCTION_CHECK_DST(dst, dstw, 0); in check_sljit_emit_fast_enter() 1169 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_fast_enter() 1200 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op1() argument 1232 FUNCTION_CHECK_DST(dst, dstw, HAS_FLAGS(op)); in check_sljit_emit_op1() 1254 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_op1() 1264 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op2() argument 1312 FUNCTION_CHECK_DST(dst, dstw, HAS_FLAGS(op)); in check_sljit_emit_op2() 1322 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_op2() 1415 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1() argument [all …]
|
D | sljitNativeMIPS_common.c | 1089 sljit_s32 dst, sljit_sw dstw, in emit_op() argument 1117 …else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw… in emit_op() 1194 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op() 1196 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw)); in emit_op() 1200 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG2), src2, src2w, dst, dstw)); in emit_op() 1204 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw)); in emit_op() 1206 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(sugg_src2_r), src2, src2w, dst, dstw)); in emit_op() 1212 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op() 1215 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op() 1326 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument [all …]
|
D | sljitNativeS390X.c | 991 sljit_s32 dst, sljit_sw dstw, in store_word() argument 999 FAIL_IF(make_addr_bxy(compiler, &addr, dst, dstw, tmp1)); in store_word() 1001 FAIL_IF(make_addr_bx(compiler, &addr, dst, dstw, tmp1)); in store_word() 1200 sljit_s32 dst, sljit_sw dstw, in emit_siy() argument 1210 if ((dstw & 0x3) == 0) in emit_siy() 1213 FAIL_IF(push_inst(compiler, sllg(tmp1, index, dstw & 0x3, 0))); in emit_siy() 1216 dstw = 0; in emit_siy() 1218 else if (!is_s20(dstw)) { in emit_siy() 1219 FAIL_IF(push_load_imm_inst(compiler, tmp1, dstw)); in emit_siy() 1224 dstw = 0; in emit_siy() [all …]
|
D | sljitNativeARM_32.c | 1012 sljit_s32 dst, sljit_sw dstw, 1546 sljit_s32 dst, sljit_sw dstw, in emit_op() argument 1650 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op() 1674 return emit_op_mem(compiler, inp_flags, dst_reg, dst, dstw, TMP_REG1); in emit_op() 1772 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument 1776 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1777 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1() 1785 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1788 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1() 1791 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1() [all …]
|
D | sljitNativeARM_64.c | 1163 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument 1170 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1171 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1() 1231 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1254 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1259 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2() argument 1266 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2() 1267 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op2() 1309 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op2() 1428 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64() argument [all …]
|
D | sljitNativeARM_T2_32.c | 1348 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument 1355 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1356 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1() 1409 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1417 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 1430 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1435 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2() argument 1442 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2() 1443 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op2() 1479 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG2); in sljit_emit_op2() [all …]
|
D | sljitLir.h | 701 …UTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw); 982 sljit_s32 dst, sljit_sw dstw, 1038 sljit_s32 dst, sljit_sw dstw, 1116 sljit_s32 dst, sljit_sw dstw, 1136 sljit_s32 dst, sljit_sw dstw, 1292 sljit_s32 dst, sljit_sw dstw, 1364 …jit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset); 1368 …sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_valu… 1372 …jit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
|
D | sljitNativeX86_64.c | 765 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter() argument 770 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter() 771 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter() 796 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter() 845 sljit_s32 dst, sljit_sw dstw, in emit_mov_int() argument 859 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 867 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int() 892 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
|
D | sljitNativeX86_32.c | 837 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter() argument 842 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter() 843 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter() 845 CHECK_EXTRA_REGS(dst, dstw, (void)0); in sljit_emit_fast_enter() 862 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter()
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale_template.c | 234 #define REAL_WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) \ argument 254 "cmp "dstw", "#index" \n\t"\ 256 #define WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) REAL_WRITEBGR32(dst, dstw, index, … argument 349 #define REAL_WRITERGB16(dst, dstw, index) \ argument 373 "cmp "dstw", "#index" \n\t"\ 375 #define WRITERGB16(dst, dstw, index) REAL_WRITERGB16(dst, dstw, index) argument 425 #define REAL_WRITERGB15(dst, dstw, index) \ argument 450 "cmp "dstw", "#index" \n\t"\ 452 #define WRITERGB15(dst, dstw, index) REAL_WRITERGB15(dst, dstw, index) argument 502 #define WRITEBGR24MMX(dst, dstw, index) \ argument [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_framerate.c | 244 uint##nbits##_t *dstw = (uint##nbits##_t *)dst; \ 254 dstw[pixel] = ((src1w[pixel] * factor1) + \ 259 dstw += dst_linesize; \
|
/third_party/ffmpeg/doc/ |
D | scaler.texi | 79 @item dstw @var{(API only)}
|
/third_party/node/src/ |
D | string_bytes.cc | 579 uintptr_t* dstw = reinterpret_cast<uintptr_t*>(dst); in force_ascii() local 582 dstw[i] = srcw[i] & mask; in force_ascii()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 1437 uint32_t dstw, dsth; in nvc0_blit_eng2d() local 1523 dstw = info->dst.box.width << dst->ms_x; in nvc0_blit_eng2d() 1527 dstw += dstx; in nvc0_blit_eng2d() 1541 PUSH_DATA (push, dstw); in nvc0_blit_eng2d()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 1530 uint32_t dstw, dsth; in nv50_blit_eng2d() local 1612 dstw = info->dst.box.width << dst->ms_x; in nv50_blit_eng2d() 1616 dstw += dstx; in nv50_blit_eng2d() 1631 PUSH_DATA (push, dstw); in nv50_blit_eng2d()
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 432 #define OP1(op, dst, dstw, src, srcw) \ argument 433 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) 434 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument 435 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) 448 #define COND_VALUE(op, dst, dstw, type) \ argument 449 sljit_emit_cond_value(compiler, (op), (dst), (dstw), (type)) 450 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument 451 sljit_get_local_base(compiler, (dst), (dstw), (offset))
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 615 #define OP1(op, dst, dstw, src, srcw) \ argument 616 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) 617 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument 618 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w)) 635 #define OP_FLAGS(op, dst, dstw, type) \ argument 636 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type)) 639 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument 640 sljit_get_local_base(compiler, (dst), (dstw), (offset)) 3741 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_li… in peek_char() argument 3752 SLJIT_UNUSED_ARG(dstw); in peek_char() [all …]
|