Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1198 #define SLJIT_SIG_LESS_EQUAL 9 macro
1199 #define SLJIT_SET_SIG_LESS_EQUAL SLJIT_SET(SLJIT_SIG_LESS_EQUAL)
H A DsljitNativePPC_common.c1415 ((GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) \
1424 (GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL)
1540 if (dst == TMP_REG2 && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_op2()
2076 case SLJIT_SIG_LESS_EQUAL: in get_bo_bi_flags()
2298 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_op_flags()
H A DsljitNativeMIPS_32.c256 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
275 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.c369 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
388 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.c2075 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
2194 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2216 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2434 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmov()
H A DsljitNativeS390X.c215 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
229 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
265 case SLJIT_SIG_LESS_EQUAL: in get_cc()
2284 if (dst == (sljit_s32)tmp0 && flag_type <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_sub()
H A DsljitLir.c1725 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_SIG_LESS_EQUAL); in check_sljit_emit_cmp()
2208 condition = SLJIT_SIG_LESS_EQUAL; in sljit_emit_cmp()
2213 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
H A DsljitNativeSPARC_common.c1426 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_64.c1744 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeX86_common.c416 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
H A DsljitNativeARM_T2_32.c2029 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_32.c2445 case SLJIT_SIG_LESS_EQUAL: in get_cc()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6576 jump = CMP(SLJIT_SIG_LESS_EQUAL, TMP2, 0, SLJIT_IMM, 0); in do_revertframes()
8283 …acktracks, CMP((type == OP_NOT_WORD_BOUNDARY) ? SLJIT_NOT_EQUAL : SLJIT_SIG_LESS_EQUAL, TMP2, 0, S… in compile_simple_assertion_matchingpath()

Completed in 126 milliseconds