Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c724 #define LOGICAL_OP 0x00100 macro
1122 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN)) in emit_op()
1123 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) { in emit_op()
1129 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN)) in emit_op()
1130 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) { in emit_op()
1439 …return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, … in sljit_emit_op2()
2178 mem_type |= CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE; in sljit_emit_op_flags()