Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c787 #define SET_FLAGS 0x0100000 macro
840 if (!(flags & SET_FLAGS)) { in emit_op_imm()
898 if (!(flags & SET_FLAGS)) { in emit_op_imm()
961 if (!(flags & SET_FLAGS)) in emit_op_imm()
1015 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
1020 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
1025 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
1030 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG2); in emit_op_imm()
1073 if (dst == (sljit_s32)arg1 && !(flags & SET_FLAGS)) in emit_op_imm()
1098 if (!(flags & SET_FLAGS)) in emit_op_imm()
[all …]
H A DsljitNativeARM_32.c1215 #define SET_FLAGS (1 << 20) macro
1646 FAIL_IF(push_inst(compiler, CMP | SET_FLAGS | SRC2_IMM | RN(dst) | 32)); in emit_single_op()
1696 if (!(flags & SET_FLAGS)) in emit_single_op()
1703 return push_inst(compiler, CMP | SET_FLAGS | RN(reg) | RM(dst) | 0xfc0); in emit_single_op()
1767 return push_inst(compiler, MOV | (flags & SET_FLAGS) | in emit_single_op()
1779 return push_inst(compiler, MOV | (flags & SET_FLAGS) | RD(dst) in emit_single_op()
2076 sljit_s32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
2082 if (flags & SET_FLAGS) in emit_op()
2221 SLJIT_ASSERT(!(flags & SET_FLAGS)); in emit_op()
2253 SLJIT_ASSERT((inp_flags & ALLOW_DOUBLE_IMM) && !(flags & SET_FLAGS)); in emit_op()
[all …]
H A DsljitNativeARM_64.c806 #define SET_FLAGS 0x0080000 macro
810 if (flags & SET_FLAGS) { \
996 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
1001 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
1005 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
1009 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm()
1071 if (!(flags & SET_FLAGS)) in emit_op_imm()
1117 if (flags & SET_FLAGS) in emit_op_imm()
1639 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1686 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
[all …]

Completed in 36 milliseconds