Searched refs:SLJIT_SIG_LESS_EQUAL (Results 1 – 12 of 12) sorted by relevance
1335 #define SLJIT_SIG_LESS_EQUAL 9 macro1336 #define SLJIT_SET_SIG_LESS_EQUAL SLJIT_SET(SLJIT_SIG_LESS_EQUAL)
1468 ((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()
1710 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()
1293 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()
212 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()
1841 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()
1426 case SLJIT_SIG_LESS_EQUAL: in get_cc()
1905 case SLJIT_SIG_LESS_EQUAL: in get_cc()
507 case SLJIT_SIG_LESS_EQUAL: in get_jump_code()
2223 case SLJIT_SIG_LESS_EQUAL: in get_cc()
2636 case SLJIT_SIG_LESS_EQUAL: in get_cc()
6576 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 124 milliseconds