Searched refs:IS_CONST (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y135 #define IS_CONST(expr) (expr->type == Expr_Node_Constant)
1229 if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_DREG ($1))
1234 else if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_PREG ($1))
1241 if (IS_CONST ($3) && !IS_IMM ($3, 16))
1254 if (IS_CONST ($3) && !IS_UIMM ($3, 16))
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y131 #define IS_CONST(expr) (expr->type == Expr_Node_Constant)
1311 if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_DREG ($1))
1316 else if (IS_CONST ($3) && IS_IMM ($3, 7) && IS_PREG ($1))
1323 if (IS_CONST ($3) && !IS_IMM ($3, 16))
1336 if (IS_CONST ($3) && !IS_UIMM ($3, 16))
1517 else if ((IS_DREG ($1) || IS_PREG ($1)) && IS_CONST ($3))
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c526 #define IS_CONST(expr) (expr->type == Expr_Node_Constant) macro
3485 if (IS_CONST ((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_DREG ((yyvsp[-3].reg)))
3490 else if (IS_CONST ((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_PREG ((yyvsp[-3].reg)))
3497 if (IS_CONST ((yyvsp[-1].expr)) && !IS_IMM ((yyvsp[-1].expr), 16))
3510 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c177 #define IS_CONST(expr) (expr->type == Expr_Node_Constant) macro
3487 if (IS_CONST ((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_DREG ((yyvsp[-3].reg)))
3492 else if (IS_CONST ((yyvsp[-1].expr)) && IS_IMM ((yyvsp[-1].expr), 7) && IS_PREG ((yyvsp[-3].reg)))
3499 if (IS_CONST ((yyvsp[-1].expr)) && !IS_IMM ((yyvsp[-1].expr), 16))
3512 if (IS_CONST ((yyvsp[-1].expr)) && !IS_UIMM ((yyvsp[-1].expr), 16))
3729 else if ((IS_DREG ((yyvsp[-2].reg)) || IS_PREG ((yyvsp[-2].reg))) && IS_CONST ((yyvsp[0].expr)))

Completed in 200 milliseconds