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

/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c511 #define LOGICAL_OP 0x00200 macro
948 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN))
949 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) {
955 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN))
956 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) {
1237 return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
2115 return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
H A DsljitNativeTILEGX_64.c98 #define LOGICAL_OP 0x00200 macro
2025 if ((!(flags & LOGICAL_OP)
2027 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) {
2034 if ((!(flags & LOGICAL_OP)
2036 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) {
2199 return emit_op(compiler, op | flags, CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
2321 return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);

Completed in 468 milliseconds