Searched refs:LOGICAL_OP (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 723 #define LOGICAL_OP 0x00100 macro 1121 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN)) in emit_op() 1122 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) { in emit_op() 1128 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN)) in emit_op() 1129 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) { in emit_op() 1438 …return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, … in sljit_emit_op2() 2177 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()
|
H A D | sljitNativeTILEGX_64.c | 93 #define LOGICAL_OP 0x00200 macro 1972 if ((!(flags & LOGICAL_OP) in emit_op() 1974 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) { in emit_op() 1981 if ((!(flags & LOGICAL_OP) in emit_op() 1983 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) { in emit_op() 2138 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags() 2265 …return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, sr… in sljit_emit_op2()
|
Completed in 19 milliseconds