Searched refs:SLJIT_GREATER_EQUAL (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1090 #define SLJIT_GREATER_EQUAL 3 macro 1091 #define SLJIT_GREATER_EQUAL32 (SLJIT_GREATER_EQUAL | SLJIT_I32_OP) 1092 #define SLJIT_SET_GREATER_EQUAL SLJIT_SET(SLJIT_GREATER_EQUAL)
|
D | sljitNativeMIPS_32.c | 247 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op() 266 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op()
|
D | sljitNativeMIPS_64.c | 338 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op() 357 if (GET_FLAG_TYPE(op) == SLJIT_LESS || GET_FLAG_TYPE(op) == SLJIT_GREATER_EQUAL) { in emit_single_op()
|
D | sljitNativeMIPS_common.c | 1651 case SLJIT_GREATER_EQUAL: in sljit_emit_jump() 1804 …if (type == SLJIT_LESS || type == SLJIT_GREATER_EQUAL || type == SLJIT_SIG_LESS || type == SLJIT_S… in sljit_emit_cmp() 2006 case SLJIT_GREATER_EQUAL: in sljit_emit_cmov()
|
D | sljitNativePPC_common.c | 1819 case SLJIT_GREATER_EQUAL: in get_bo_bi_flags() 2020 case SLJIT_GREATER_EQUAL: in sljit_emit_op_flags()
|
D | sljitLir.c | 2073 case SLJIT_GREATER_EQUAL: in sljit_emit_cmp() 2080 condition = SLJIT_GREATER_EQUAL; in sljit_emit_cmp()
|
D | sljitNativeTILEGX_64.c | 2116 case SLJIT_GREATER_EQUAL: in sljit_emit_op_flags() 2429 case SLJIT_GREATER_EQUAL: in sljit_emit_jump()
|
D | sljitNativeSPARC_common.c | 1247 case SLJIT_GREATER_EQUAL: in get_cc()
|
D | sljitNativeARM_64.c | 1567 case SLJIT_GREATER_EQUAL: in get_cc()
|
D | sljitNativeARM_T2_32.c | 1747 case SLJIT_GREATER_EQUAL: in get_cc()
|
D | sljitNativeX86_common.c | 389 case SLJIT_GREATER_EQUAL: in get_jump_code()
|
D | sljitNativeARM_32.c | 2050 case SLJIT_GREATER_EQUAL: in get_cc()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3085 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_partial() 3111 add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end() 3118 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end() 3124 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end() 3140 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in detect_partial_match() 3146 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_pt… in detect_partial_match() 3722 end = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry() 3732 end = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry() 3778 end = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in mainloop_entry() 4442 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_first_char2_sse2() [all …]
|