Home
last modified time | relevance | path

Searched refs:SLJIT_F_EQUAL (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1351 #define SLJIT_F_EQUAL 14 macro
1352 #define SLJIT_SET_F_EQUAL SLJIT_SET(SLJIT_F_EQUAL)
H A DsljitLir.c392 …SLJIT_COMPILE_ASSERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_F_EQUAL & 0x1) && !(SL… in sljit_create_compiler()
1625 || (GET_FLAG_TYPE(op) >= SLJIT_F_EQUAL && GET_FLAG_TYPE(op) <= SLJIT_ORDERED_LESS_EQUAL)); in check_sljit_emit_fop1_cmp()
1866 CHECK_ARGUMENT((type & 0xff) >= SLJIT_F_EQUAL && (type & 0xff) <= SLJIT_ORDERED_LESS_EQUAL in check_sljit_emit_fcmp()
H A DsljitNativeRISCV_common.c2075 case SLJIT_F_EQUAL: in sljit_emit_fop1_cmp()
2316 case SLJIT_F_EQUAL: in sljit_emit_jump()
2582 if (type < SLJIT_F_EQUAL) { in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c2643 case SLJIT_F_EQUAL: in sljit_emit_fop1_cmp()
2942 case SLJIT_F_EQUAL: in sljit_emit_jump()
3216 if (type < SLJIT_F_EQUAL) { in sljit_emit_op_flags()
3334 case SLJIT_F_EQUAL: in sljit_emit_cmov()
H A DsljitNativePPC_common.c2267 case SLJIT_F_EQUAL: in get_bo_bi_flags()
2528 case SLJIT_F_EQUAL: in sljit_emit_op_flags()
H A DsljitNativeARM_64.c1855 case SLJIT_F_EQUAL: in get_cc()
H A DsljitNativeX86_common.c461 case SLJIT_F_EQUAL: in get_jump_code()
H A DsljitNativeARM_T2_32.c2173 case SLJIT_F_EQUAL: in get_cc()
H A DsljitNativeS390X.c220 case SLJIT_F_EQUAL: in get_cc()
H A DsljitNativeARM_32.c2586 case SLJIT_F_EQUAL: in get_cc()

Completed in 108 milliseconds