/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 4256 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in move_back() 4273 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in move_back() 4418 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0xc2); in do_utfreadchar_invalid() 4432 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadchar_invalid() 4446 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadchar_invalid() 4489 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadchar_invalid() 7080 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_casefulcmp() 7167 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_caselesscmp() 9173 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, STR_PTR, 0); in compile_ref_matchingpath() 11296 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, TMP2, 0); in compile_iterator_matchingpath() [all …]
|
H A D | pcre2_jit_simd_inc.h | 304 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd() 460 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd() 638 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, diff); in fast_forward_char_pair_simd() 696 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_pair_simd() 757 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(offs1)); in fast_forward_char_pair_simd() 1368 OP2(SLJIT_SUB, STR_PTR, 0, TMP2, 0, SLJIT_IMM, 16); in fast_forward_char_simd() 1558 OP2(SLJIT_SUB, TMP1, 0, TMP2, 0, SLJIT_IMM, 16); in fast_requested_char_simd() 1686 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, -diff); in fast_forward_char_pair_simd() 1733 OP2(SLJIT_SUB, TMP1, 0, STR_PTR, 0, SLJIT_IMM, -diff); in fast_forward_char_pair_simd() 1784 OP2(SLJIT_SUB, STR_PTR, 0, TMP2, 0, SLJIT_IMM, 16); in fast_forward_char_pair_simd() [all …]
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 1443 case SLJIT_SUB: in sljit_emit_op2() 1448 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1450 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1455 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2() 1457 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1463 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1465 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1471 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2() 1473 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1477 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() [all …]
|
H A D | sljitLir.h | 997 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro 998 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_I32_OP)
|
H A D | sljitNativeARM_32.c | 1045 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter() 1210 case SLJIT_SUB: in emit_single_op() 1586 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1590 if (GET_OPCODE(op) == SLJIT_SUB) { in emit_op() 1622 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1807 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 1833 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeSPARC_32.c | 102 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativePPC_32.c | 132 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_T2_32.c | 645 case SLJIT_SUB: in emit_op_imm() 816 case SLJIT_SUB: in emit_op_imm() 1109 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter() 1417 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 | 273 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_64.c | 613 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 641 case SLJIT_SUB: in emit_op_imm() 799 case SLJIT_SUB: in emit_op_imm()
|
H A D | sljitNativeSPARC_common.c | 927 return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 959 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeMIPS_32.c | 237 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 328 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitLir.c | 1295 case SLJIT_SUB: in check_sljit_emit_op2() 2204 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_I32_OP), in sljit_emit_cmp()
|
H A D | sljitNativeMIPS_common.c | 1381 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1() 1431 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeS390X.c | 2625 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeX86_common.c | 2312 case SLJIT_SUB:
|