Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_simd_inc.h239 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
311 partial_quit[1] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
346 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd()
358 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd()
398 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
467 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_requested_char_simd()
491 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
545 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
644 jump[0] = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_PTR, 0); in fast_forward_char_pair_simd()
702 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_pair_simd()
[all …]
Dpcre2_jit_compile.c3636 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_partial()
3662 add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end()
3669 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end()
3675 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end()
3691 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in detect_partial_match()
3698 …add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_p… in detect_partial_match()
3725 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in process_partial_match()
3786 jump = CMP(SLJIT_GREATER_EQUAL, TMP2, 0, SLJIT_IMM, 0xe000 - 0xd800); in peek_char()
3797 jump = CMP(SLJIT_GREATER_EQUAL, TMP2, 0, SLJIT_IMM, 0xdc00 - 0xd800); in peek_char()
3814 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 0x110000)); in peek_char()
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1323 #define SLJIT_GREATER_EQUAL 3 macro
1324 #define SLJIT_SET_GREATER_EQUAL SLJIT_SET(SLJIT_GREATER_EQUAL)
DsljitNativeRISCV_common.c1283 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op()
1304 case SLJIT_GREATER_EQUAL: in emit_single_op()
2328 case SLJIT_GREATER_EQUAL: in sljit_emit_jump()
2456 case SLJIT_GREATER_EQUAL: in sljit_emit_cmp()
DsljitNativeMIPS_common.c1700 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op()
1721 case SLJIT_GREATER_EQUAL: in emit_single_op()
2922 case SLJIT_GREATER_EQUAL: in sljit_emit_jump()
3098 …if (type == SLJIT_LESS || type == SLJIT_GREATER_EQUAL || type == SLJIT_SIG_LESS || type == SLJIT_S… in sljit_emit_cmp()
3327 case SLJIT_GREATER_EQUAL: in sljit_emit_cmov()
DsljitLir.c2500 case SLJIT_GREATER_EQUAL: in sljit_emit_cmp()
2507 condition = SLJIT_GREATER_EQUAL; in sljit_emit_cmp()
DsljitNativePPC_common.c2229 case SLJIT_GREATER_EQUAL: in get_bo_bi_flags()
2454 case SLJIT_GREATER_EQUAL: in sljit_emit_op_flags()
DsljitNativeARM_64.c1879 case SLJIT_GREATER_EQUAL: in get_cc()
DsljitNativeX86_common.c479 case SLJIT_GREATER_EQUAL: in get_jump_code()
DsljitNativeARM_T2_32.c2197 case SLJIT_GREATER_EQUAL: in get_cc()
DsljitNativeS390X.c241 case SLJIT_GREATER_EQUAL: in get_cc()
DsljitNativeARM_32.c2610 case SLJIT_GREATER_EQUAL: in get_cc()