/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 2329 OP2(SLJIT_SUB, SLJIT_S1, 0, STR_END, 0, SLJIT_S0, 0); in return_with_partial_match() 2335 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_S0, 0); in return_with_partial_match() 2596 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in peek_char() 2889 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in skip_char_back() 3906 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_newline() 4406 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x0a); in check_anynewline() 4472 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x0a); in check_vspace() 4503 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_casefulcmp() 4532 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_caselesscmp() 4923 OP2(SLJIT_SUB, TMP2, 0, TMP1, 0, SLJIT_IMM, min); in compile_xclass_matchingpath() [all …]
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 827 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro 828 #define SLJIT_ISUB (SLJIT_SUB | SLJIT_INT_OP)
|
H A D | sljitNativePPC_common.c | 1530 case SLJIT_SUB: in sljit_emit_op2() 1538 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1555 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1559 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2() 1566 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2() 1568 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1572 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1574 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2() 1583 …return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1… in sljit_emit_op2()
|
H A D | sljitNativeSPARC_32.c | 102 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_32.c | 857 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter() 1068 case SLJIT_SUB: in emit_single_op() 1681 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1716 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1721 if (GET_OPCODE(op) == SLJIT_SUB && !(flags & ARGS_SWAPPED)) { in emit_op() 1923 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 1946 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativePPC_32.c | 129 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_T2_32.c | 573 case SLJIT_SUB: in emit_op_imm() 739 case SLJIT_SUB: in emit_op_imm() 1162 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter() 1419 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
|
H A D | sljitNativePPC_64.c | 251 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeMIPS_32.c | 226 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_64.c | 529 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 557 case SLJIT_SUB: in emit_op_imm() 721 case SLJIT_SUB: in emit_op_imm()
|
H A D | sljitNativeSPARC_common.c | 869 return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 898 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeTILEGX_64.c | 1766 case SLJIT_SUB: in emit_single_op() 2249 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw… in sljit_emit_op1() 2271 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeMIPS_64.c | 318 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitLir.c | 649 case SLJIT_SUB: \ 1652 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_INT_OP), in sljit_emit_cmp()
|
H A D | sljitNativeMIPS_common.c | 1170 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1() 1215 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeX86_common.c | 2175 case SLJIT_SUB:
|