Searched refs:IS_RELOC (Results 1 – 2 of 2) sorted by relevance
136 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) macro3160 int isgot = IS_RELOC($6);3377 if (!IS_RELOC ($2))3385 if (IS_RELOC ($2) && IS_PREG ($5) && IS_CREG ($3))3395 if (IS_RELOC ($2) && IS_PREG ($5) && IS_CREG ($3) && EXPR_VALUE ($7) == 1)
527 #define IS_RELOC(expr) (expr->type != Expr_Node_Constant) macro5697 int isgot = IS_RELOC((yyvsp[-1].expr));5929 if (!IS_RELOC ((yyvsp[-1].expr)))5940 if (IS_RELOC ((yyvsp[-3].expr)) && IS_PREG ((yyvsp[0].reg)) && IS_CREG ((yyvsp[-2].reg)))5953 …if (IS_RELOC ((yyvsp[-5].expr)) && IS_PREG ((yyvsp[-2].reg)) && IS_CREG ((yyvsp[-4].reg)) && EXPR_…