Searched refs:SET_FLAGS (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_32.c | 41 SLJIT_COMPILE_ASSERT(ICC_IS_SET == SET_FLAGS, icc_is_set_and_set_flags_must_be_the_same); in emit_single_op() 74 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DRF(dst, flags)… in emit_single_op() 78 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op() 85 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op() 92 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF(… in emit_single_op() 109 if (!(flags & SET_FLAGS)) in emit_single_op() 113 …return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET… in emit_single_op() 119 …return push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF(d… in emit_single_op() 126 …return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst)… in emit_single_op() 130 …return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst)… in emit_single_op() [all …]
|
H A D | sljitNativeARM_T2_32.c | 586 #define SET_FLAGS 0x0100000 macro 617 if (!(flags & SET_FLAGS)) in emit_op_imm() 637 if (!(flags & SET_FLAGS)) { in emit_op_imm() 690 if (!(flags & SET_FLAGS)) { in emit_op_imm() 739 if (!(flags & SET_FLAGS)) in emit_op_imm() 785 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm() 790 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm() 822 if (dst == (sljit_s32)arg1 && !(flags & SET_FLAGS)) in emit_op_imm() 847 if (!(flags & SET_FLAGS)) in emit_op_imm() 1622 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1() [all …]
|
H A D | sljitNativeARM_64.c | 595 #define SET_FLAGS 0x0080000 macro 599 if (flags & SET_FLAGS) { \ 761 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 766 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 769 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 774 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 817 if (!(flags & SET_FLAGS)) in emit_op_imm() 851 if (flags & SET_FLAGS) in emit_op_imm() 1316 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1() 1350 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2() [all …]
|
H A D | sljitNativeARM_32.c | 1035 #define SET_FLAGS (1 << 20) macro 1351 return push_inst(compiler, MOV | (flags & SET_FLAGS) | \ 1353 return push_inst(compiler, MOV | (flags & SET_FLAGS) | RD(dst) | RM(src2)); \ 1355 return push_inst(compiler, MOV | (flags & SET_FLAGS) | RD(dst) \ 1413 return push_inst(compiler, MVN | (flags & SET_FLAGS) | RD(dst) | RM(src2)); in emit_single_op() 1438 return push_inst(compiler, (!(flags & ARGS_SWAPPED) ? SUB : RSB) | (flags & SET_FLAGS) in emit_single_op() 1443 return push_inst(compiler, (!(flags & ARGS_SWAPPED) ? SBC : RSC) | (flags & SET_FLAGS) in emit_single_op() 1457 return push_inst(compiler, CMP | SET_FLAGS | RN(TMP_REG1) | RM(dst) | 0xfc0); in emit_single_op() 1462 return push_inst(compiler, (!(flags & INV_IMM) ? AND : BIC) | (flags & SET_FLAGS) in emit_single_op() 1782 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op() [all …]
|
H A D | sljitNativeSPARC_common.c | 128 #define DRF(dr, flags) ((sljit_s32)(reg_map[dr] | ((flags) & SET_FLAGS))) 132 #define SET_FLAGS OPC3(0x10) macro 994 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()
|
Completed in 44 milliseconds