Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1160 #define SLJIT_SIG_LESS 6 macro
1161 #define SLJIT_SET_SIG_LESS SLJIT_SET(SLJIT_SIG_LESS)
H A DsljitNativeMIPS_common.c1864 case SLJIT_SIG_LESS: in sljit_emit_jump()
1973 …else if (type >= SLJIT_SIG_LESS && (((src1 & SLJIT_IMM) && (src1w == 0)) || ((src2 & SLJIT_IMM) &&… in sljit_emit_cmp()
1978 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2000 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2021 …if (type == SLJIT_LESS || type == SLJIT_GREATER_EQUAL || type == SLJIT_SIG_LESS || type == SLJIT_S… in sljit_emit_cmp()
2029 type = (type == SLJIT_LESS || type == SLJIT_SIG_LESS) ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; in sljit_emit_cmp()
2225 case SLJIT_SIG_LESS: in sljit_emit_cmov()
H A DsljitNativeMIPS_32.c251 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
273 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
H A DsljitNativeMIPS_64.c342 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
364 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
H A DsljitNativeS390X.c188 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
201 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
227 case SLJIT_SIG_LESS: in get_cc()
2092 case SLJIT_SIG_LESS: in sets_signed_flag()
2211 int compare_signed = GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS; in sljit_emit_sub()
H A DsljitNativePPC_common.c1332 ((GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) \
1341 (GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL)
1959 case SLJIT_SIG_LESS: in get_bo_bi_flags()
2158 case SLJIT_SIG_LESS: in sljit_emit_op_flags()
H A DsljitLir.c2172 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2179 condition = SLJIT_SIG_LESS; in sljit_emit_cmp()
H A DsljitNativeSPARC_common.c1305 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeARM_64.c1635 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeARM_32.c2188 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeARM_T2_32.c1795 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeX86_common.c401 case SLJIT_SIG_LESS: in get_jump_code()

Completed in 117 milliseconds