Home
last modified time | relevance | path

Searched refs:SLJIT_SUB (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4330 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 Dpcre2_jit_simd_inc.h304 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.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1574 case SLJIT_SUB: in sljit_emit_op2()
1581 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1583 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1588 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, sr… in sljit_emit_op2()
1590 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1 | ALT_FORM3, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1596 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1598 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1604 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3 | ALT_FORM4, dst, dstw, src1, sr… in sljit_emit_op2()
1606 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM4, dst, dstw, src1, src1w, src2, s… in sljit_emit_op2()
1610 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
[all …]
H A DsljitLir.h1091 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro
1092 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_32)
H A DsljitNativeSPARC_32.c98 case SLJIT_SUB: in emit_single_op()
H A DsljitNativePPC_32.c142 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeARM_32.c1220 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
1518 case SLJIT_SUB: in emit_single_op()
1919 neg_op = SLJIT_SUB; in emit_op()
1925 case SLJIT_SUB: in emit_op()
1977 if (neg_op >= SLJIT_SUB) { in emit_op()
2183 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeARM_64.c623 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
651 case SLJIT_SUB: in emit_op_imm()
658 if (op != SLJIT_SUB) in emit_op_imm()
830 case SLJIT_SUB: in emit_op_imm()
H A DsljitNativePPC_64.c274 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeARM_T2_32.c664 case SLJIT_SUB: in emit_op_imm()
856 case SLJIT_SUB: in emit_op_imm()
1330 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter()
1340 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, (sljit_uw)local_size)); in sljit_emit_enter()
H A DsljitNativeX86_common.c2435 case SLJIT_SUB:
2496 if (opcode != SLJIT_SUB && opcode != SLJIT_AND) {
2510 if (opcode == SLJIT_SUB) {
H A DsljitLir.c1414 case SLJIT_SUB: in check_sljit_emit_op2()
2539 SLJIT_SUB | flags | (type & SLJIT_32), src1, src1w, src2, src2w)); in sljit_emit_cmp()
H A DsljitNativeRISCV_common.c1273 case SLJIT_SUB: in emit_single_op()
1782 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeSPARC_common.c1055 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeMIPS_common.c1690 case SLJIT_SUB: in emit_single_op()
2342 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeS390X.c2886 case SLJIT_SUB: in sljit_emit_op2()

Completed in 162 milliseconds