Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1166 #define SLJIT_SIG_LESS_EQUAL 9 macro
1167 #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 DsljitNativePPC_common.c1332 ((GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) \
1341 (GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL)
1460 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_op2()
1971 case SLJIT_SIG_LESS_EQUAL: in get_bo_bi_flags()
2172 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_op_flags()
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 DsljitNativeS390X.c188 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
201 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
231 case SLJIT_SIG_LESS_EQUAL: in get_cc()
2093 case SLJIT_SIG_LESS_EQUAL: in sets_signed_flag()
2210 if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_sub()
H A DsljitNativeMIPS_common.c1872 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
1990 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2012 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
2233 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmov()
H A DsljitLir.c1685 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_SIG_LESS_EQUAL); in check_sljit_emit_cmp()
2176 condition = SLJIT_SIG_LESS_EQUAL; in sljit_emit_cmp()
2181 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
H A DsljitNativeSPARC_common.c1314 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_64.c1644 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_32.c2197 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_T2_32.c1804 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeX86_common.c410 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6502 jump = CMP(SLJIT_SIG_LESS_EQUAL, TMP2, 0, SLJIT_IMM, 0); in do_revertframes()
8052 …acktracks, CMP((type == OP_NOT_WORD_BOUNDARY) ? SLJIT_NOT_EQUAL : SLJIT_SIG_LESS_EQUAL, TMP2, 0, S… in compile_simple_assertion_matchingpath()

Completed in 100 milliseconds