Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1335 #define SLJIT_SIG_LESS_EQUAL 9 macro
1336 #define SLJIT_SET_SIG_LESS_EQUAL SLJIT_SET(SLJIT_SIG_LESS_EQUAL)
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()
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()
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()
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()
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()
DsljitNativeARM_64.c1905 case SLJIT_SIG_LESS_EQUAL: in get_cc()
DsljitNativeX86_common.c507 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
DsljitNativeARM_T2_32.c2223 case SLJIT_SIG_LESS_EQUAL: in get_cc()
DsljitNativeARM_32.c2636 case SLJIT_SIG_LESS_EQUAL: in get_cc()
/third_party/pcre2/pcre2/src/
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()