Lines Matching refs:IS_IMM
134 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) macro
1285 if (!IS_IMM ($3, 16) && !IS_UIMM ($3, 16))
1312 if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_DREG ($1))
1317 else if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_PREG ($1))
1324 if (IS_CONST ($3) && !IS_IMM ($3, 16))
1508 else if (IS_PREG ($1) && IS_IMM ($3, 7))
1513 else if (IS_DREG ($1) && IS_IMM ($3, 7))
1674 if (($6.r0 == 1 && IS_IMM ($5, 3))
1699 if (IS_IMM ($5, 3))
1734 if (($6.r0 == 1 && IS_IMM ($5, 3))
2167 if (REG_SAME ($1, $2) && IS_IMM ($4, 6) >= 0)
2335 if (IS_IMM ($5, 6))
2346 if (IS_DREG ($1) && IS_DREG ($4) && IS_IMM ($6, 6))