/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 4330 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in move_back() 4347 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in move_back() 4492 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0xc2); in do_utfreadchar_invalid() 4506 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadchar_invalid() 4520 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, SLJIT_IMM, 0x80); in do_utfreadchar_invalid() 6602 OP2(SLJIT_SUB, TMP2, 0, SLJIT_IMM, 0, TMP2, 0); in do_revertframes() 7154 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_casefulcmp() 7241 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_caselesscmp() 9404 OP2(SLJIT_SUB, TMP2, 0, TMP2, 0, STR_PTR, 0); in compile_ref_matchingpath() 11527 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() 540 OP2U(SLJIT_SUB | SLJIT_SET_LESS, TMP1, 0, STR_END, 0); in fast_forward_char_pair_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() 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() 1676 OP2U(SLJIT_SUB | SLJIT_SET_LESS, TMP1, 0, STR_END, 0); in fast_forward_char_pair_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() [all …]
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 1521 case SLJIT_SUB: in sljit_emit_op2() 1528 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1530 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1535 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2() 1537 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1543 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2() 1545 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2() 1551 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2() 1553 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2() 1557 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 | 1023 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro 1024 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_32)
|
H A D | sljitNativeSPARC_32.c | 98 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativePPC_32.c | 127 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeARM_32.c | 1205 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter() 1432 case SLJIT_SUB: in emit_single_op() 1794 neg_op = SLJIT_SUB; in emit_op() 1800 case SLJIT_SUB: in emit_op() 1852 if (neg_op >= SLJIT_SUB) { in emit_op() 2057 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeARM_64.c | 619 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm() 646 case SLJIT_SUB: in emit_op_imm() 653 if (op != SLJIT_SUB) in emit_op_imm() 807 case SLJIT_SUB: in emit_op_imm()
|
H A D | sljitNativeARM_T2_32.c | 656 case SLJIT_SUB: in emit_op_imm() 830 case SLJIT_SUB: in emit_op_imm() 1269 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter() 1279 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter()
|
H A D | sljitNativePPC_64.c | 260 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeX86_common.c | 2262 case SLJIT_SUB: 2314 if (opcode != SLJIT_SUB && opcode != SLJIT_AND) { 2331 if (opcode == SLJIT_SUB) {
|
H A D | sljitNativeMIPS_32.c | 236 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitLir.c | 1348 case SLJIT_SUB: in check_sljit_emit_op2() 2237 SLJIT_SUB | flags | (type & SLJIT_32), src1, src1w, src2, src2w)); in sljit_emit_cmp()
|
H A D | sljitNativeMIPS_64.c | 349 case SLJIT_SUB: in emit_single_op()
|
H A D | sljitNativeSPARC_common.c | 1055 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeMIPS_common.c | 1623 case SLJIT_SUB: in sljit_emit_op2()
|
H A D | sljitNativeS390X.c | 2701 case SLJIT_SUB: in sljit_emit_op2()
|