Home
last modified time | relevance | path

Searched refs:LOGICAL_OP (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c511 #define LOGICAL_OP 0x00200 macro
933 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN)) in emit_op()
934 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) { in emit_op()
940 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN)) in emit_op()
941 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) { in emit_op()
1225 …return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, … in sljit_emit_op2()
2103 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags()
H A DsljitNativeTILEGX_64.c93 #define LOGICAL_OP 0x00200 macro
1990 if ((!(flags & LOGICAL_OP) in emit_op()
1992 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) { in emit_op()
1999 if ((!(flags & LOGICAL_OP) in emit_op()
2001 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) { in emit_op()
2159 …return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CAC… in sljit_emit_op_flags()
2281 …return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, sr… in sljit_emit_op2()

Completed in 15 milliseconds