Home
last modified time | relevance | path

Searched refs:SLJIT_SIG_LESS_EQUAL (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1161 #define SLJIT_SIG_LESS_EQUAL 9 macro
1162 #define SLJIT_SIG_LESS_EQUAL32 (SLJIT_SIG_LESS_EQUAL | SLJIT_I32_OP)
1163 #define SLJIT_SET_SIG_LESS_EQUAL SLJIT_SET(SLJIT_SIG_LESS_EQUAL)
H A DsljitNativeMIPS_32.c257 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
276 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER || GET_FLAG_TYPE(op) == SLJIT_SIG_LESS_EQUAL) in emit_single_op()
H A DsljitNativeMIPS_64.c348 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
367 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER || GET_FLAG_TYPE(op) == SLJIT_SIG_LESS_EQUAL) in emit_single_op()
H A DsljitNativeMIPS_common.c1868 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
1987 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2009 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2227 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmov()
H A DsljitLir.c1671 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_SIG_LESS_EQUAL); in check_sljit_emit_cmp()
2164 condition = SLJIT_SIG_LESS_EQUAL; in sljit_emit_cmp()
2169 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
H A DsljitNativeTILEGX_64.c2110 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_op_flags()
2455 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
H A DsljitNativePPC_common.c1927 case SLJIT_SIG_LESS_EQUAL: in get_bo_bi_flags()
2130 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1315 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_64.c1650 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_T2_32.c1799 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_32.c2120 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeX86_common.c410 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6427 jump = CMP(SLJIT_SIG_LESS_EQUAL, TMP2, 0, SLJIT_IMM, 0); in do_revertframes()
7975 …acktracks, CMP((type == OP_NOT_WORD_BOUNDARY) ? SLJIT_NOT_EQUAL : SLJIT_SIG_LESS_EQUAL, TMP2, 0, S… in compile_simple_assertion_matchingpath()

Completed in 115 milliseconds