Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2657 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in read_char7_type()
3005 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_utfreadchar16()
3048 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_utfreadtype8()
3075 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, TMP2, 0); in do_getucd()
3151 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in mainloop_entry()
3176 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in mainloop_entry()
4120 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP3, 0); in do_revertframes()
4133 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, TMP3, 0); in do_revertframes()
6062 OP2(SLJIT_ADD, TMP2, 0, TMP2, 0, STR_END, 0); in compile_ref_matchingpath()
6275 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, 1); in compile_ref_iterator_matchingpath()
[all …]
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c1487 case SLJIT_ADD: in sljit_emit_op2()
1491 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1495 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1499 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1503 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1508 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1512 return emit_op(compiler, SLJIT_ADD, flags | ALT_FORM4, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1525 return emit_op(compiler, SLJIT_ADD, flags, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2231 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
2235 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
[all …]
H A DsljitLir.h821 #define SLJIT_ADD (SLJIT_OP2_BASE + 0) macro
822 #define SLJIT_IADD (SLJIT_ADD | SLJIT_INT_OP)
H A DsljitNativeSPARC_32.c96 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeARM_32.c895 …FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->loc… in sljit_emit_return()
1060 case SLJIT_ADD: in emit_single_op()
1675 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1713 if (GET_OPCODE(op) == SLJIT_ADD) { in emit_op()
1724 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1944 case SLJIT_ADD: in sljit_emit_op2()
2498 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c890 case SLJIT_ADD: in sljit_emit_op2()
1386 reg = (op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2; in sljit_emit_op_flags()
1390 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
1406 if (op >= SLJIT_ADD) in sljit_emit_op_flags()
H A DsljitNativePPC_32.c97 case SLJIT_ADD: in emit_single_op()
H A DsljitLir.c646 case SLJIT_ADD: \
1090 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ASHR); in check_sljit_emit_op2()
1425 if (GET_OPCODE(op) < SLJIT_ADD) { in check_sljit_emit_op_flags()
1703 …return sljit_emit_op2(compiler, SLJIT_ADD | SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, o… in sljit_get_local_base()
H A DsljitNativeARM_64.c529 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
562 case SLJIT_ADD: in emit_op_imm()
565 return push_inst(compiler, ((op == SLJIT_ADD ? ADDI : SUBI) ^ inv_bits) | RD(dst) | RN(reg)); in emit_op_imm()
715 case SLJIT_ADD: in emit_op_imm()
1986 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeTILEGX_64.c1660 case SLJIT_ADD: in emit_single_op()
2101 sugg_dst_ar = reg_map[(op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2]; in sljit_emit_op_flags()
2105 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
2156 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
2267 case SLJIT_ADD: in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c544 case SLJIT_ADD: in emit_op_imm()
729 case SLJIT_ADD: in emit_op_imm()
1204 FAIL_IF(emit_op_imm(compiler, SLJIT_ADD | ARG2_IMM, SLJIT_SP, SLJIT_SP, compiler->local_size)); in sljit_emit_return()
1995 if (op < SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativePPC_64.c216 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeMIPS_common.c1211 case SLJIT_ADD: in sljit_emit_op2()
2029 sugg_dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2033 if (op >= SLJIT_ADD && (src & SLJIT_MEM)) { in sljit_emit_op_flags()
2100 if (op >= SLJIT_ADD) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_32.c153 case SLJIT_ADD: in emit_single_op()
H A DsljitNativeX86_common.c2155 case SLJIT_ADD:
2725 if (GET_OPCODE(op) < SLJIT_ADD) {
2735 if (GET_OPCODE(op) < SLJIT_ADD && FAST_IS_REG(dst)) {
2837 if (GET_OPCODE(op) < SLJIT_ADD)
H A DsljitNativeMIPS_64.c245 case SLJIT_ADD: in emit_single_op()

Completed in 100 milliseconds