Home
last modified time | relevance | path

Searched refs:SET_FLAGS (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c79 …eturn push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags… in emit_single_op()
83 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op()
90 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op()
96 … push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | … in emit_single_op()
102 … push_inst(compiler, SUB | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | … 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 …n push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | … 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 DsljitNativeARM_T2_32.c574 #define SET_FLAGS 0x0100000 macro
605 if (!(flags & SET_FLAGS)) in emit_op_imm()
624 if (!(flags & SET_FLAGS)) { in emit_op_imm()
675 if (!(flags & SET_FLAGS)) { in emit_op_imm()
723 if (!(flags & SET_FLAGS)) in emit_op_imm()
768 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
773 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
804 if (dst == arg1 && !(flags & SET_FLAGS)) in emit_op_imm()
825 if (!(flags & SET_FLAGS)) in emit_op_imm()
1413 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
[all …]
H A DsljitNativeARM_64.c598 #define SET_FLAGS 0x0080000 macro
602 if (flags & SET_FLAGS) { \
757 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
762 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
765 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
793 if (flags & SET_FLAGS) in emit_op_imm()
812 if (!(flags & SET_FLAGS)) in emit_op_imm()
846 if (flags & SET_FLAGS) in emit_op_imm()
1239 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1279 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
[all …]
H A DsljitNativeARM_32.c1041 #define SET_FLAGS (1 << 20) macro
1055 return push_inst(compiler, MOV | (flags & SET_FLAGS) | \
1057 return push_inst(compiler, MOV | (flags & SET_FLAGS) | RD(dst) | RM(src2)); \
1059 return push_inst(compiler, MOV | (flags & SET_FLAGS) | RD(dst) | \
1116 return push_inst(compiler, MVN | (flags & SET_FLAGS) | RD(dst) | RM(src2)); in emit_single_op()
1126 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1136 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1156 return push_inst(compiler, CMP | SET_FLAGS | RN(TMP_REG1) | RM(dst) | 0xfc0); in emit_single_op()
1159 return push_inst(compiler, (!(flags & INV_IMM) ? AND : BIC) | (flags & SET_FLAGS) in emit_single_op()
1479 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
[all …]
H A DsljitNativeSPARC_common.c131 #define SET_FLAGS OPC3(0x10) macro
890 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
937 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1458 sljit_s32 reg, flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()

Completed in 28 milliseconds