Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1343 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1376 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1487 sljit_s32 flags = HAS_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1503 if (HAS_FLAGS(op)) in sljit_emit_op2()
1517 if (!HAS_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1558 if (HAS_FLAGS(op)) { in sljit_emit_op2()
1614 …return emit_op(compiler, SLJIT_ADD, flags | (!HAS_FLAGS(op) ? ALT_FORM2 : ALT_FORM3), dst, dstw, s… in sljit_emit_op2()
1622 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1646 if (!HAS_FLAGS(op)) { in sljit_emit_op2()
1664 if (!HAS_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
[all …]
H A DsljitNativeX86_common.c2422 SLJIT_ASSERT(dst != TMP_REG1 || HAS_FLAGS(op));
2426 if (!HAS_FLAGS(op)) {
2439 if (!HAS_FLAGS(op)) {
2466 return emit_shift_with_flags(compiler, SHL, HAS_FLAGS(op),
2470 return emit_shift_with_flags(compiler, SHR, HAS_FLAGS(op),
2474 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.c1399 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1433 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
2111 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
H A DsljitLir.c102 #define HAS_FLAGS(op) \ macro
1436 CHECK_ARGUMENT(HAS_FLAGS(op)); in check_sljit_emit_op2()
H A DsljitNativeARM_T2_32.c1748 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1776 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
H A DsljitNativeARM_32.c1537 if (!HAS_FLAGS(op)) in emit_single_op()
1907 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
H A DsljitNativeRISCV_common.c1538 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()
H A DsljitNativeS390X.c2561 if (HAS_FLAGS(op)) { in sljit_emit_multiply()
H A DsljitNativeMIPS_common.c2038 SLJIT_ASSERT(HAS_FLAGS(op)); in emit_op()

Completed in 92 milliseconds