Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2329 OP2(SLJIT_SUB, SLJIT_S1, 0, STR_END, 0, SLJIT_S0, 0); in return_with_partial_match()
2335 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_S0, 0); in return_with_partial_match()
2596 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in peek_char()
2889 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP1, 0); in skip_char_back()
3906 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in fast_forward_newline()
4406 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x0a); in check_anynewline()
4472 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, 0x0a); in check_vspace()
4503 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_casefulcmp()
4532 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); in do_caselesscmp()
4923 OP2(SLJIT_SUB, TMP2, 0, TMP1, 0, SLJIT_IMM, min); in compile_xclass_matchingpath()
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h827 #define SLJIT_SUB (SLJIT_OP2_BASE + 2) macro
828 #define SLJIT_ISUB (SLJIT_SUB | SLJIT_INT_OP)
H A DsljitNativePPC_common.c1530 case SLJIT_SUB: in sljit_emit_op2()
1538 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM1, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1555 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1559 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2, dst, dstw, src2, src2w, TMP_REG2, 0); in sljit_emit_op2()
1566 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG2, 0); in sljit_emit_op2()
1568 return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM4, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
1572 …return emit_op(compiler, SLJIT_SUB, flags | ALT_FORM2 | ALT_FORM3, dst, dstw, src1, src1w, TMP_REG… in sljit_emit_op2()
1574 …return emit_op(compiler, SLJIT_SUB, flags | ((op & SLJIT_SET_U) ? ALT_FORM4 : 0) | ((op & (SLJIT_S… in sljit_emit_op2()
1583 …return emit_op(compiler, SLJIT_SUB, flags | (!(op & SLJIT_SET_U) ? 0 : ALT_FORM6), dst, dstw, src1… in sljit_emit_op2()
H A DsljitNativeSPARC_32.c102 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeARM_32.c857 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
1068 case SLJIT_SUB: in emit_single_op()
1681 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1716 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1721 if (GET_OPCODE(op) == SLJIT_SUB && !(flags & ARGS_SWAPPED)) { in emit_op()
1923 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1946 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativePPC_32.c129 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeARM_T2_32.c573 case SLJIT_SUB: in emit_op_imm()
739 case SLJIT_SUB: in emit_op_imm()
1162 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter()
1419 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativePPC_64.c251 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeMIPS_32.c226 case SLJIT_SUB: in emit_single_op()
H A DsljitNativeARM_64.c529 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) in emit_op_imm()
557 case SLJIT_SUB: in emit_op_imm()
721 case SLJIT_SUB: in emit_op_imm()
H A DsljitNativeSPARC_common.c869 return emit_op(compiler, SLJIT_SUB, flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
898 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeTILEGX_64.c1766 case SLJIT_SUB: in emit_single_op()
2249 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw… in sljit_emit_op1()
2271 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeMIPS_64.c318 case SLJIT_SUB: in emit_single_op()
H A DsljitLir.c649 case SLJIT_SUB: \
1652 PTR_FAIL_IF(sljit_emit_op2(compiler, SLJIT_SUB | flags | (type & SLJIT_INT_OP), in sljit_emit_cmp()
H A DsljitNativeMIPS_common.c1170 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1()
1215 case SLJIT_SUB: in sljit_emit_op2()
H A DsljitNativeX86_common.c2175 case SLJIT_SUB:

Completed in 93 milliseconds