Home
last modified time | relevance | path

Searched refs:dstw (Results 1 – 15 of 15) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c649 sljit_s32 dst, sljit_sw dstw,
655 sljit_s32 dst, sljit_sw dstw,
660 sljit_s32 dst, sljit_sw dstw,
663 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument
664 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
667 sljit_s32 single, sljit_s32 dst, sljit_sw dstw, sljit_s32 src);
679 sljit_s32 dst, sljit_sw dstw, in emit_mov() argument
687 inst = emit_x86_instruction(compiler, 1, src, 0, dst, dstw); in emit_mov()
710 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, dst, dstw); in emit_mov()
716 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw); in emit_mov()
[all …]
DsljitNativePPC_common.c971 sljit_s32 dst, sljit_sw dstw, in emit_op() argument
1029 return emit_op_mem(compiler, input_flags, dst_r, dst, dstw, TMP_REG1); in emit_op()
1105 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,…
1108 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
1115 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1116 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1()
1166 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1189 return emit_op(compiler, SLJIT_NOT, flags, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1192 …return emit_op(compiler, SLJIT_NEG, flags | (GET_FLAG_TYPE(op_flags) ? ALT_FORM1 : 0), dst, dstw, … in sljit_emit_op1()
1196 …er, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, … in sljit_emit_op1()
[all …]
DsljitNativeSPARC_common.c678 sljit_s32 dst, sljit_sw dstw, in emit_op() argument
703 else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1, dst, dstw)) in emit_op()
777 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
779 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw)); in emit_op()
783 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2, src2, src2w, dst, dstw)); in emit_op()
787 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1, src1, src1w, dst, dstw)); in emit_op()
789 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, sugg_src2_r, src2, src2w, dst, dstw)); in emit_op()
795 getput_arg_fast(compiler, flags, dst_r, dst, dstw); in emit_op()
798 return getput_arg(compiler, flags, dst_r, dst, dstw, 0, 0); in emit_op()
851 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
[all …]
DsljitNativeMIPS_common.c929 sljit_s32 dst, sljit_sw dstw, in emit_op() argument
957 …else if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, DR(TMP_REG1), dst, dstw in emit_op()
1034 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
1036 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw)); in emit_op()
1040 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG2), src2, src2w, dst, dstw)); in emit_op()
1044 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(TMP_REG1), src1, src1w, dst, dstw)); in emit_op()
1046 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, DR(sugg_src2_r), src2, src2w, dst, dstw)); in emit_op()
1052 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1055 return getput_arg(compiler, flags, DR(dst_r), dst, dstw, 0, 0); in emit_op()
1135 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
[all …]
DsljitLir.c1094 …URN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in check_sljit_emit_fast_enter() argument
1097 FUNCTION_CHECK_DST(dst, dstw, 0); in check_sljit_emit_fast_enter()
1103 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_fast_enter()
1150 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op1() argument
1182 FUNCTION_CHECK_DST(dst, dstw, 1); in check_sljit_emit_op1()
1204 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_op1()
1214 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_op2() argument
1262 FUNCTION_CHECK_DST(dst, dstw, 1); in check_sljit_emit_op2()
1272 sljit_verbose_param(compiler, dst, dstw); in check_sljit_emit_op2()
1336 sljit_s32 dst, sljit_sw dstw, in check_sljit_emit_fop1() argument
[all …]
DsljitNativeTILEGX_64.c1550 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter() argument
1553 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
1554 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
1564 return emit_op_mem(compiler, WORD_DATA, RA, dst, dstw); in sljit_emit_fast_enter()
1959 …ompiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sl… in emit_op() argument
1985 … if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, flags | ARG_TEST, TMP_REG1_mapped, dst, dstw)) in emit_op()
2059 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { in emit_op()
2061 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1_mapped, src1, src1w, dst, dstw)); in emit_op()
2064 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG2_mapped, src2, src2w, dst, dstw)); in emit_op()
2067 FAIL_IF(getput_arg(compiler, flags | LOAD_DATA, TMP_REG1_mapped, src1, src1w, dst, dstw)); in emit_op()
[all …]
DsljitNativeARM_32.c902 sljit_s32 dst, sljit_sw dstw,
1431 sljit_s32 dst, sljit_sw dstw, in emit_op() argument
1535 return emit_op_mem(compiler, inp_flags, src2, dst, dstw, TMP_REG2); in emit_op()
1559 return emit_op_mem(compiler, inp_flags, dst_reg, dst, dstw, TMP_REG1); in emit_op()
1654 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
1658 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1659 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1()
1675 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1678 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
1681 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
[all …]
DsljitNativeARM_64.c1114 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
1121 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1122 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1()
1199 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1222 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1227 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2() argument
1234 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1235 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op2()
1277 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op2()
1356 sljit_s32 dst, sljit_sw dstw, in sljit_emit_fop1_conv_sw_from_f64() argument
[all …]
DsljitNativeARM_T2_32.c1316 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op1() argument
1323 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1()
1324 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op1()
1384 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1392 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1405 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1()
1410 sljit_s32 dst, sljit_sw dstw, in sljit_emit_op2() argument
1417 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1418 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_op2()
1454 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG2); in sljit_emit_op2()
[all …]
DsljitLir.h671 …UTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
951 sljit_s32 dst, sljit_sw dstw,
1007 sljit_s32 dst, sljit_sw dstw,
1047 sljit_s32 dst, sljit_sw dstw,
1067 sljit_s32 dst, sljit_sw dstw,
1243 sljit_s32 dst, sljit_sw dstw,
1315 …jit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset);
1319 …sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_valu…
DsljitNativeX86_64.c710 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter() argument
715 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
716 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
741 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter()
794 sljit_s32 dst, sljit_sw dstw, in emit_mov_int() argument
808 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()
816 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, (sljit_sw)(sljit_s32)srcw, dst, dstw); in emit_mov_int()
841 inst = emit_x86_instruction(compiler, 1, dst_r, 0, dst, dstw); in emit_mov_int()
DsljitNativeX86_32.c833 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter() argument
838 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
839 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
841 CHECK_EXTRA_REGS(dst, dstw, (void)0); in sljit_emit_fast_enter()
858 inst = emit_x86_instruction(compiler, 1, 0, 0, dst, dstw); in sljit_emit_fast_enter()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1488 uint32_t dstw, dsth; in nv50_blit_eng2d() local
1570 dstw = info->dst.box.width << dst->ms_x; in nv50_blit_eng2d()
1574 dstw += dstx; in nv50_blit_eng2d()
1589 PUSH_DATA (push, dstw); in nv50_blit_eng2d()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1398 uint32_t dstw, dsth; in nvc0_blit_eng2d() local
1484 dstw = info->dst.box.width << dst->ms_x; in nvc0_blit_eng2d()
1488 dstw += dstx; in nvc0_blit_eng2d()
1502 PUSH_DATA (push, dstw); in nvc0_blit_eng2d()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c592 #define OP1(op, dst, dstw, src, srcw) \ argument
593 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
594 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
595 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
610 #define OP_FLAGS(op, dst, dstw, type) \ argument
611 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
614 #define GET_LOCAL_BASE(dst, dstw, offset) \ argument
615 sljit_get_local_base(compiler, (dst), (dstw), (offset))