Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1511 case SLJIT_ADD: in sljit_emit_op2()
1515 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1520 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1524 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1555 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1561 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1565 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
2440 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2442 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2562 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
[all …]
H A DsljitLir.h1083 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
1084 #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.c623 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
657 case SLJIT_ADD: in emit_op_imm()
663 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
822 case SLJIT_ADD: in emit_op_imm()
2100 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_32.c106 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeX86_common.c2425 case SLJIT_ADD:
3099 reg = (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG1;
3118 if (GET_OPCODE(op) < SLJIT_ADD) {
3128 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
3231 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitNativeRISCV_common.c1177 case SLJIT_ADD: in emit_single_op()
1777 case SLJIT_ADD: in sljit_emit_op2()
2574 dst_r = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2579 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2628 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitLir.c1390 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ROTR); in check_sljit_emit_op2()
1409 case SLJIT_ADD: in check_sljit_emit_op2()
1971 if (GET_OPCODE(op) >= SLJIT_ADD) in check_sljit_emit_op_flags()
2645 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()
H A DsljitNativeARM_32.c1507 case SLJIT_ADD: in emit_single_op()
1917 case SLJIT_ADD: in emit_op()
1927 neg_op = SLJIT_ADD; in emit_op()
2181 case SLJIT_ADD: in sljit_emit_op2()
3109 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c220 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeMIPS_common.c1594 case SLJIT_ADD: in emit_single_op()
2337 case SLJIT_ADD: in sljit_emit_op2()
3208 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
3213 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
3270 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c630 case SLJIT_ADD: in emit_op_imm()
844 case SLJIT_ADD: in emit_op_imm()
2676 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeS390X.c2299 case SLJIT_ADD: in is_commutative()
2877 case SLJIT_ADD: in sljit_emit_op2()

Completed in 146 milliseconds