Home
last modified time | relevance | path

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

/PHP-8.2/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.c4505 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4595 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4885 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
4938 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5017 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
5106 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5159 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucd()
5199 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
5206 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
6578 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP1, 0); in do_revertframes()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1458 case SLJIT_ADD: in sljit_emit_op2()
1462 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1467 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1471 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1475 …return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1502 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1508 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
2273 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2275 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
[all …]
H A DsljitLir.h1015 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
1016 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_32)
H A DsljitNativeSPARC_32.c90 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeSPARC_common.c1047 case SLJIT_ADD: in sljit_emit_op2()
1586 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1591 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
1603 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_64.c619 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
652 case SLJIT_ADD: in emit_op_imm()
658 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
799 case SLJIT_ADD: in emit_op_imm()
1939 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_32.c93 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeX86_common.c2252 case SLJIT_ADD:
2792 reg = (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG1;
2811 if (GET_OPCODE(op) < SLJIT_ADD) {
2824 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
2927 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitLir.c1327 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ASHR); in check_sljit_emit_op2()
1343 case SLJIT_ADD: in check_sljit_emit_op2()
1848 if (GET_OPCODE(op) >= SLJIT_ADD) in check_sljit_emit_op_flags()
2324 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()
H A DsljitNativeARM_32.c1421 case SLJIT_ADD: in emit_single_op()
1792 case SLJIT_ADD: in emit_op()
1802 neg_op = SLJIT_ADD; in emit_op()
2055 case SLJIT_ADD: in sljit_emit_op2()
2889 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1618 case SLJIT_ADD: in sljit_emit_op2()
2318 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2323 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2372 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c208 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeARM_T2_32.c622 case SLJIT_ADD: in emit_op_imm()
818 case SLJIT_ADD: in emit_op_imm()
2453 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_32.c154 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeMIPS_64.c267 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeS390X.c2158 case SLJIT_ADD: in is_commutative()
2692 case SLJIT_ADD: in sljit_emit_op2()

Completed in 141 milliseconds