Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1291 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1324 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1434 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1450 if (HAS_FLAGS(op)) in sljit_emit_op2()
1464 if (!HAS_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1505 if (HAS_FLAGS(op)) { in sljit_emit_op2()
1561 …return emit_op(compiler, SLJIT_ADD, flags | (!HAS_FLAGS(op) ? ALT_FORM2 : ALT_FORM3), dst, dstw, s… in sljit_emit_op2()
1569 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1593 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1611 if (!HAS_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
H A DsljitNativeX86_common.c2249 SLJIT_ASSERT(dst != TMP_REG1 || HAS_FLAGS(op));
2253 if (!HAS_FLAGS(op)) {
2266 if (!HAS_FLAGS(op)) {
2292 return emit_shift_with_flags(compiler, SHL, HAS_FLAGS(op),
2295 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
2298 return emit_shift_with_flags(compiler, SAR, HAS_FLAGS(op),
H A DsljitNativeSPARC_common.c994 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
1037 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1578 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
H A DsljitNativeARM_64.c1316 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1350 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1950 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
H A DsljitLir.c102 #define HAS_FLAGS(op) \ macro
1366 CHECK_ARGUMENT(HAS_FLAGS(op)); in check_sljit_emit_op2()
H A DsljitNativeARM_T2_32.c1622 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1650 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
H A DsljitNativeARM_32.c1451 if (!HAS_FLAGS(op)) in emit_single_op()
1782 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
H A DsljitNativeMIPS_common.c1315 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()
H A DsljitNativeS390X.c2425 if (HAS_FLAGS(op)) { in sljit_emit_multiply()

Completed in 69 milliseconds