Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1192 #define SLJIT_SIG_LESS 6 macro
1193 #define SLJIT_SET_SIG_LESS SLJIT_SET(SLJIT_SIG_LESS)
H A DsljitNativeMIPS_common.c2066 case SLJIT_SIG_LESS: in sljit_emit_jump()
2177 …else if (type >= SLJIT_SIG_LESS && (((src1 & SLJIT_IMM) && (src1w == 0)) || ((src2 & SLJIT_IMM) &&… in sljit_emit_cmp()
2182 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2204 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2225 …if (type == SLJIT_LESS || type == SLJIT_GREATER_EQUAL || type == SLJIT_SIG_LESS || type == SLJIT_S… in sljit_emit_cmp()
2233 type = (type == SLJIT_LESS || type == SLJIT_SIG_LESS) ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; in sljit_emit_cmp()
2426 case SLJIT_SIG_LESS: in sljit_emit_cmov()
H A DsljitNativeMIPS_32.c250 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
272 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.c363 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
385 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_LESS || GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER_EQUAL) { in emit_single_op()
H A DsljitNativeS390X.c215 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
229 if (type >= SLJIT_SIG_LESS && type <= SLJIT_SIG_LESS_EQUAL) in get_cc()
256 case SLJIT_SIG_LESS: in get_cc()
2279 int sets_signed = (flag_type >= SLJIT_SIG_LESS && flag_type <= SLJIT_NOT_OVERFLOW); in sljit_emit_sub()
2285 int compare_signed = flag_type >= SLJIT_SIG_LESS; in sljit_emit_sub()
H A DsljitNativePPC_common.c1415 ((GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL) \
1424 (GET_FLAG_TYPE(op) >= SLJIT_SIG_LESS && GET_FLAG_TYPE(op) <= SLJIT_SIG_LESS_EQUAL)
2064 case SLJIT_SIG_LESS: in get_bo_bi_flags()
2284 case SLJIT_SIG_LESS: in sljit_emit_op_flags()
H A DsljitLir.c2204 case SLJIT_SIG_LESS: in sljit_emit_cmp()
2211 condition = SLJIT_SIG_LESS; in sljit_emit_cmp()
H A DsljitNativeSPARC_common.c1417 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeARM_64.c1735 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeX86_common.c407 case SLJIT_SIG_LESS: in get_jump_code()
H A DsljitNativeARM_T2_32.c2020 case SLJIT_SIG_LESS: in get_cc()
H A DsljitNativeARM_32.c2436 case SLJIT_SIG_LESS: in get_cc()

Completed in 87 milliseconds