Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3220 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_utfreadchar16()
3263 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_utfreadtype8()
3310 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucd()
4038 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_first_char2_sse2()
4039 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_first_char2_sse2()
4139 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_first_char2_sse2()
4459 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in fast_forward_first_n_chars()
4795 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP1, 0); in do_revertframes()
4809 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP1, 0); in do_revertframes()
5664 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in compile_xclass_matchingpath()
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c1556 case SLJIT_ADD: in sljit_emit_op2()
1558 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1563 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1567 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1590 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1594 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1625 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1652 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
2276 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2281 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
[all …]
H A DsljitLir.h942 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
943 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_I32_OP)
H A DsljitNativeARM_32.c968 …FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->loc… in sljit_emit_return()
1085 case SLJIT_ADD: in emit_single_op()
1478 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1488 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1511 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1749 case SLJIT_ADD: in sljit_emit_op2()
2228 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeSPARC_32.c95 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeSPARC_common.c929 case SLJIT_ADD: in sljit_emit_op2()
1404 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1409 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
1421 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_32.c98 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeARM_64.c561 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
594 case SLJIT_ADD: in emit_op_imm()
597 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
746 case SLJIT_ADD: in emit_op_imm()
2014 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeTILEGX_64.c1660 case SLJIT_ADD: in emit_single_op()
2098 sugg_dst_ar = reg_map[(op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2]; in sljit_emit_op_flags()
2102 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
2153 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
2266 case SLJIT_ADD: in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c574 case SLJIT_ADD: in emit_op_imm()
773 case SLJIT_ADD: in emit_op_imm()
1162 FAIL_IF(emit_op_imm(compiler, SLJIT_ADD | ARG2_IMM, SLJIT_SP, SLJIT_SP, compiler->local_size)); in sljit_emit_return()
1864 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitLir.c1120 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ASHR); in check_sljit_emit_op2()
1136 case SLJIT_ADD: in check_sljit_emit_op2()
1538 if (GET_OPCODE(op) >= SLJIT_ADD) in check_sljit_emit_op_flags()
1872 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()
H A DsljitNativeX86_common.c2143 case SLJIT_ADD:
2646 reg = (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG1;
2665 if (GET_OPCODE(op) < SLJIT_ADD) {
2678 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
2781 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitNativeMIPS_common.c1251 case SLJIT_ADD: in sljit_emit_op2()
1952 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
1957 if (op >= SLJIT_ADD && (dst & SLJIT_MEM)) in sljit_emit_op_flags()
1997 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c224 case SLJIT_ADD: in emit_single_op()
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 112 milliseconds