HomeSort by: relevance | last modified time | path
    Searched defs:LOGICAL_OP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 517 #define LOGICAL_OP 0x00200
912 if ((!(flags & LOGICAL_OP) && (src2w <= SIMM_MAX && src2w >= SIMM_MIN))
913 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_MAX))) {
919 if ((!(flags & LOGICAL_OP) && (src1w <= SIMM_MAX && src1w >= SIMM_MIN))
920 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_MAX))) {
1204 return emit_op(compiler, op, flags | CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);
1967 return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
sljitNativeTILEGX_64.c 95 #define LOGICAL_OP 0x00200
1992 if ((!(flags & LOGICAL_OP)
1994 || ((flags & LOGICAL_OP) && !(src2w & ~UIMM_16BIT_MAX))) {
2001 if ((!(flags & LOGICAL_OP)
2003 || ((flags & LOGICAL_OP) && !(src1w & ~UIMM_16BIT_MAX))) {
2161 return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
2285 return emit_op(compiler, op, CUMULATIVE_OP | LOGICAL_OP | IMM_OP, dst, dstw, src1, src1w, src2, src2w);

Completed in 14 milliseconds