Home
last modified time | relevance | path

Searched refs:src2w (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c1471 …if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_HALFWORD(src2w))…
1473 if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128)) {
1587 …if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_HALFWORD(src2w))…
1589 if ((dst == SLJIT_R0) && (src2w > 127 || src2w < -128)) {
1672 src2w = 0;
1718 if (src2w <= 127 && src2w >= -128) {
1839 …c1 == SLJIT_R0 && (src2 & SLJIT_IMM) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_H…
1841 if (src1 == SLJIT_R0 && (src2 & SLJIT_IMM) && (src2w > 127 || src2w < -128)) {
1890 …c1 == SLJIT_R0 && (src2 & SLJIT_IMM) && (src2w > 127 || src2w < -128) && (compiler->mode32 || IS_H…
2095 if ((src2w & 0x3f) != 0 || (compiler->mode32 && (src2w & 0x1f) != 0))
[all …]
H A DsljitNativePPC_common.c1154 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
1520 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1528 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1545 src2w = (sljit_s32)(src2w); in sljit_emit_op2()
1612 if ((src2 & SLJIT_IMM) && src2w >= 0 && src2w <= (SIMM_MAX + 1)) { in sljit_emit_op2()
1613 compiler->imm = src2w; in sljit_emit_op2()
1685 compiler->imm = src2w; in sljit_emit_op2()
1704 compiler->imm = src2w; in sljit_emit_op2()
1722 compiler->imm = src2w; in sljit_emit_op2()
1915 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
[all …]
H A DsljitNativeMIPS_common.c908 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
939 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN)) in emit_op()
942 src2_r = src2w; in emit_op()
953 src1w = src2w; in emit_op()
990 if (src2w) { in emit_op()
1246 src2w = (sljit_s32)src2w; in sljit_emit_op2()
1272 src2w &= 0x1f; in sljit_emit_op2()
1276 src2w &= 0x1f; in sljit_emit_op2()
1278 src2w &= 0x3f; in sljit_emit_op2()
1735 if (src2w) { \
[all …]
H A DsljitNativeSPARC_common.c670 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
699 if (src2w <= SIMM_MAX && src2w >= SIMM_MIN) { in emit_op()
701 src2_r = src2w; in emit_op()
711 src1w = src2w; in emit_op()
746 if (src2w) { in emit_op()
914 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
922 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
946 src2w &= 0x1f; in sljit_emit_op2()
1039 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1119 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
[all …]
H A DsljitLir.c1285 FUNCTION_FCHECK(src2, src2w); in check_sljit_emit_fop1_cmp()
1373 FUNCTION_FCHECK(src2, src2w); in check_sljit_emit_fop2()
1475 FUNCTION_FCHECK(src2, src2w); in check_sljit_emit_fcmp()
1772 src1w = src2w; in sljit_emit_cmp()
1774 src2w = 0; in sljit_emit_cmp()
1815 src1w = src2w; in sljit_emit_cmp()
1816 src2w = tmp_srcw; in sljit_emit_cmp()
2037 SLJIT_UNUSED_ARG(src2w); in sljit_emit_op2()
2090 SLJIT_UNUSED_ARG(src2w); in sljit_emit_fop2()
2119 SLJIT_UNUSED_ARG(src2w); in sljit_emit_cmp()
[all …]
H A DsljitNativeARM_32.c1443 sljit_s32 src2, sljit_sw src2w) in emit_op() argument
1468 src2_reg = get_imm(src2w); in emit_op()
1472 src2_reg = get_imm(~src2w); in emit_op()
1479 src2_reg = get_imm(-src2w); in emit_op()
1486 src2_reg = get_imm(-src2w); in emit_op()
1499 src1w = src2w; in emit_op()
1507 src1w = src2w; in emit_op()
1516 src1w = src2w; in emit_op()
1737 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1903 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
[all …]
H A DsljitNativeTILEGX_64.c1989 if ((src2 & SLJIT_IMM) && src2w) { in emit_op()
1991 && (src2w <= SIMM_16BIT_MAX && src2w >= SIMM_16BIT_MIN)) in emit_op()
1992 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) { in emit_op()
1994 src2_r = src2w; in emit_op()
2007 src1w = src2w; in emit_op()
2040 if (src2w) { in emit_op()
2041 FAIL_IF(load_immediate(compiler, reg_map[sugg_src2_r], src2w)); in emit_op()
2263 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
2272 return emit_op(compiler, op, IMM_OP, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2286 src2w &= 0x3f; in sljit_emit_op2()
[all …]
H A DsljitNativeARM_64.c1477 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1485 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1514 if (getput_arg_fast(compiler, mem_flags, TMP_REG2, src2, src2w)) in sljit_emit_op2()
1533 FAIL_IF(getput_arg(compiler, mem_flags, TMP_REG2, src2, src2w, dst, dstw)); in sljit_emit_op2()
1547 src2w = src2; in sljit_emit_op2()
1549 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1693 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1704 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1761 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
1770 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_fop2()
[all …]
H A DsljitLir.h993 sljit_s32 src2, sljit_sw src2w);
1053 sljit_s32 src2, sljit_sw src2w);
1168 sljit_s32 src2, sljit_sw src2w);
1182 sljit_s32 src2, sljit_sw src2w);
H A DsljitNativeARM_T2_32.c1397 sljit_s32 src2, sljit_sw src2w) in sljit_emit_op2() argument
1402 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w)); in sljit_emit_op2()
1405 ADJUST_LOCAL_OFFSET(src2, src2w); in sljit_emit_op2()
1426 emit_op_mem(compiler, WORD_SIZE, src2_reg, src2, src2w, src2_reg); in sljit_emit_op2()
1427 src2w = src2_reg; in sljit_emit_op2()
1430 src2w = src2; in sljit_emit_op2()
1435 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_reg, src1w, src2w); in sljit_emit_op2()
1564 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop1_cmp() argument
1574 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w); in sljit_emit_fop1_cmp()
1632 sljit_s32 src2, sljit_sw src2w) in sljit_emit_fop2() argument
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c539 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
540 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
551 #define CMP(type, src1, src1w, src2, src2w) \ argument
552 sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w))
553 #define CMPTO(type, src1, src1w, src2, src2w, label) \ argument
554 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))

Completed in 102 milliseconds