Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1525 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1558 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1669 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1685 if (HAS_FLAGS(op)) in sljit_emit_op2()
1699 if (!HAS_FLAGS(op) && (src1 == SLJIT_IMM || src2 == SLJIT_IMM)) { in sljit_emit_op2()
1740 if (HAS_FLAGS(op)) { in sljit_emit_op2()
1796 …return emit_op(compiler, SLJIT_ADD, flags | (!HAS_FLAGS(op) ? ALT_FORM2 : ALT_FORM3), dst, dstw, s… in sljit_emit_op2()
1804 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1828 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1853 if (!HAS_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
[all …]
H A DsljitNativeX86_common.c2491 SLJIT_ASSERT(dst != TMP_REG1 || HAS_FLAGS(op));
2495 if (!HAS_FLAGS(op)) {
2508 if (!HAS_FLAGS(op)) {
2531 if (!HAS_FLAGS(op)) {
2542 return emit_shift_with_flags(compiler, SHL, HAS_FLAGS(op),
2546 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
2550 return emit_shift_with_flags(compiler, SAR, HAS_FLAGS(op),
H A DsljitNativeARM_64.c1482 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1529 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
2325 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
H A DsljitLir.c103 #define HAS_FLAGS(op) \ macro
1612 CHECK_ARGUMENT(HAS_FLAGS(op)); in check_sljit_emit_op2()
H A DsljitNativeARM_T2_32.c1844 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1875 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
H A DsljitNativeRISCV_common.c1642 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()
H A DsljitNativeLOONGARCH_64.c1612 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()
H A DsljitNativeS390X.c2640 if (HAS_FLAGS(op)) { in sljit_emit_multiply()
H A DsljitNativeARM_32.c1976 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
H A DsljitNativeMIPS_common.c2294 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()

Completed in 111 milliseconds