Lines Matching refs:IS_IMM
134 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) macro
1286 if (!IS_IMM ($3, 16) && !IS_UIMM ($3, 16))
1313 if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_DREG ($1))
1318 else if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_PREG ($1))
1325 if (IS_CONST ($3) && !IS_IMM ($3, 16))
1509 else if (IS_PREG ($1) && IS_IMM ($3, 7))
1514 else if (IS_DREG ($1) && IS_IMM ($3, 7))
1675 if (($6.r0 == 1 && IS_IMM ($5, 3))
1700 if (IS_IMM ($5, 3))
1735 if (($6.r0 == 1 && IS_IMM ($5, 3))
2168 if (REG_SAME ($1, $2) && IS_IMM ($4, 6) >= 0)
2336 if (IS_IMM ($5, 6))
2347 if (IS_DREG ($1) && IS_DREG ($4) && IS_IMM ($6, 6))