Home
last modified time | relevance | path

Searched refs:SLJIT_ADD (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h299 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd()
336 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
455 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd()
490 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, STR_PTR, 0); in fast_requested_char_simd()
691 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_pair_simd()
737 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_pair_simd()
1365 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1413 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1483 OP2(SLJIT_ADD, TMP2, 0, TMP1, 0, SLJIT_IMM, 16); in fast_requested_char_simd()
1555 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd()
[all …]
H A Dpcre2_jit_compile.c4431 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4521 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4811 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
4864 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
4943 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
5032 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5085 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucd()
5125 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
5132 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
6504 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP1, 0); in do_revertframes()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1383 case SLJIT_ADD: in sljit_emit_op2()
1385 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1390 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1394 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1398 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1425 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1431 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1435 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
2148 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2150 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
[all …]
H A DsljitLir.h989 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
990 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_I32_OP)
H A DsljitNativeARM_32.c1085 …FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->loc… in sljit_emit_return()
1198 case SLJIT_ADD: in emit_single_op()
1583 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1593 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1616 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1831 case SLJIT_ADD: in sljit_emit_op2()
2604 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c951 case SLJIT_ADD: in sljit_emit_op2()
1471 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1476 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
1488 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_64.c613 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
646 case SLJIT_ADD: in emit_op_imm()
650 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
792 case SLJIT_ADD: in emit_op_imm()
1814 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeSPARC_32.c95 case SLJIT_ADD: in emit_single_op()
H A DsljitNativePPC_32.c98 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeX86_common.c2302 case SLJIT_ADD:
2811 reg = (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG1;
2830 if (GET_OPCODE(op) < SLJIT_ADD) {
2843 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
2946 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitLir.c1274 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ASHR); in check_sljit_emit_op2()
1290 case SLJIT_ADD: in check_sljit_emit_op2()
1830 if (GET_OPCODE(op) >= SLJIT_ADD) in check_sljit_emit_op_flags()
2292 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()
H A DsljitNativeMIPS_common.c1426 case SLJIT_ADD: in sljit_emit_op2()
2118 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2123 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2171 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c612 case SLJIT_ADD: in emit_op_imm()
805 case SLJIT_ADD: in emit_op_imm()
1209 FAIL_IF(emit_op_imm(compiler, SLJIT_ADD | ARG2_IMM, SLJIT_SP, SLJIT_SP, compiler->local_size)); in sljit_emit_return()
2192 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c221 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeS390X.c2071 case SLJIT_ADD: in is_commutative()
2604 if (GET_OPCODE(op) >= SLJIT_ADD || GET_OPCODE(op) <= SLJIT_SUBC) in sljit_emit_op2()
2618 case SLJIT_ADD: in sljit_emit_op2()
H A DsljitNativeMIPS_32.c155 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeMIPS_64.c246 case SLJIT_ADD: in emit_single_op()

Completed in 113 milliseconds