Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h303 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd()
337 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
432 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd()
465 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, STR_PTR, 0); in fast_requested_char_simd()
675 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_char_pair_simd()
713 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_pair_simd()
1346 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1394 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_char_simd()
1536 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd()
1582 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP3, 0); in fast_requested_char_simd()
[all …]
H A Dpcre2_jit_compile.c4657 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
4747 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
5037 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5090 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5169 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfreadchar_invalid()
5258 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_utfpeakcharback_invalid()
5311 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucd()
5351 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
5358 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucdtype()
6734 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP1, 0); in do_revertframes()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1693 case SLJIT_ADD: in sljit_emit_op2()
1697 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1702 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1706 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1737 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1743 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1747 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
2591 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2593 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2713 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
[all …]
H A DsljitLir.h1169 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
1170 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_32)
H A DsljitNativeARM_32.c1323 …return emit_op(compiler, SLJIT_ADD, ALLOW_IMM | ALLOW_DOUBLE_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_… in emit_add_sp()
1571 case SLJIT_ADD: in emit_single_op()
1992 case SLJIT_ADD: in emit_op()
2002 neg_op = SLJIT_ADD; in emit_op()
2029 …src2_reg = (sljit_s32)get_imm((neg_op == SLJIT_ADD || neg_op == SLJIT_SUB) ? (sljit_uw)-src2w : ~(… in emit_op()
2058 SLJIT_ASSERT(op == SLJIT_ADD || op == SLJIT_ADDC); in emit_op()
2133 op = SLJIT_ADD; in emit_op()
2160 op = SLJIT_ADD; in emit_op()
2321 case SLJIT_ADD: in sljit_emit_op2()
3382 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_64.c683 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
718 case SLJIT_ADD: in emit_op_imm()
724 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
905 case SLJIT_ADD: in emit_op_imm()
2314 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_32.c102 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeRISCV_common.c1285 case SLJIT_ADD: in emit_single_op()
1888 case SLJIT_ADD: in sljit_emit_op2()
2731 dst_r = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2736 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2785 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeLOONGARCH_64.c1253 case SLJIT_ADD: in emit_single_op()
1844 case SLJIT_ADD: in sljit_emit_op2()
2767 dst_r = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2772 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
2827 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitLir.c1566 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ROTR); in check_sljit_emit_op2()
1585 case SLJIT_ADD: in check_sljit_emit_op2()
2299 if (GET_OPCODE(op) >= SLJIT_ADD) in check_sljit_emit_op_flags()
3454 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()
H A DsljitNativeX86_common.c2494 case SLJIT_ADD:
3335 reg = (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG1;
3354 if (GET_OPCODE(op) < SLJIT_ADD) {
3366 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst) && reg_map[dst] <= 4) {
3409 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitNativePPC_64.c220 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeMIPS_common.c1846 case SLJIT_ADD: in emit_single_op()
2600 case SLJIT_ADD: in sljit_emit_op2()
3599 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
3604 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
3661 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c694 case SLJIT_ADD: in emit_op_imm()
938 case SLJIT_ADD: in emit_op_imm()
2913 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeS390X.c2379 case SLJIT_ADD: in is_commutative()
2956 case SLJIT_ADD: in sljit_emit_op2()

Completed in 238 milliseconds