Searched refs:SET_FLAGS (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeSPARC_32.c | 79 …eturn push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags… in emit_single_op() 84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op() 87 …IL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS | (fl… in emit_single_op() 91 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op() 94 …urn push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS | (fl… in emit_single_op() 110 if (!(flags & SET_FLAGS)) in emit_single_op() 114 …return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET… in emit_single_op() 120 …n push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | … in emit_single_op() 127 …return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst)… in emit_single_op() 131 …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 | 505 #define SET_FLAGS 0x0100000 macro 539 if (!(flags & SET_FLAGS)) in emit_op_imm() 558 if (!(flags & SET_FLAGS)) { in emit_op_imm() 597 if (!(flags & SET_FLAGS)) { in emit_op_imm() 642 if (!(flags & SET_FLAGS)) in emit_op_imm() 687 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 693 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 699 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 723 if (flags & SET_FLAGS) { in emit_op_imm() 732 if (dst == arg1 && !(flags & SET_FLAGS)) in emit_op_imm() [all …]
|
H A D | sljitNativeARM_64.c | 502 #define SET_FLAGS 0x0080000 macro 509 if (flags & SET_FLAGS) { \ 666 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 672 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 676 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1); in emit_op_imm() 708 if (flags & SET_FLAGS) in emit_op_imm() 728 if (!(flags & SET_FLAGS)) in emit_op_imm() 762 if (flags & SET_FLAGS) in emit_op_imm() 1394 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1() 1447 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2() [all …]
|
H A D | sljitNativeARM_32.c | 962 #define SET_FLAGS (1 << 20) macro 970 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, (src2 & SRC… 973 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, src2)) 981 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (co… 982 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, reg… 984 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (re… 1056 if (flags & SET_FLAGS) in emit_single_op() 1106 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(CMP_DP, SET_FLAGS, SLJIT_UNUSED, TMP_REG3, RM(dst… in emit_single_op() 1617 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op() 2508 …return (flags & SLJIT_SET_E) ? push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, SET_FLAGS, TMP_RE… in sljit_emit_op_flags() [all …]
|
H A D | sljitNativeSPARC_common.c | 116 #define SET_FLAGS OPC3(0x10) macro 811 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1() 880 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2() 1375 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0); in sljit_emit_op_flags()
|
Completed in 31 milliseconds