Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1335 #define SLJIT_SIG_LESS_EQUAL 9 macro
1336 #define SLJIT_SET_SIG_LESS_EQUAL SLJIT_SET(SLJIT_SIG_LESS_EQUAL)
H A DsljitNativePPC_common.c1468 ((GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) \
1477 (GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL)
1593 if (dst == TMP_REG2 && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_op2()
2238 case SLJIT_SIG_LESS_EQUAL: in get_bo_bi_flags()
2465 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1710 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
1733 case SLJIT_SIG_LESS_EQUAL: in emit_single_op()
2925 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
3067 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
3089 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
3330 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmov()
H A DsljitNativeRISCV_common.c1293 if (!is_handled && GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) { in emit_single_op()
1316 case SLJIT_SIG_LESS_EQUAL: in emit_single_op()
2331 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_jump()
2474 case SLJIT_SIG_LESS_EQUAL: in sljit_emit_cmp()
H A DsljitNativeS390X.c212 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
227 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
265 case SLJIT_SIG_LESS_EQUAL: in get_cc()
2420 if (dst == (sljit_s32)tmp0 && flag_type <= SLJIT_SIG_LESS_EQUAL) { in sljit_emit_sub()
H A DsljitLir.c1841 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_SIG_LESS_EQUAL); in check_sljit_emit_cmp()
2513 condition = SLJIT_SIG_LESS_EQUAL; in sljit_emit_cmp()
2518 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.c1905 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeX86_common.c507 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
H A DsljitNativeARM_T2_32.c2223 case SLJIT_SIG_LESS_EQUAL: in get_cc()
H A DsljitNativeARM_32.c2636 case SLJIT_SIG_LESS_EQUAL: in get_cc()
/PHP-8.3/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 153 milliseconds