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

  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.c 139 static int expr_is_sfr (expressionS);
160 #define SFR(e) if (!expr_is_sfr (e)) NOT_SFR;
2333 { if (expr_is_sfr ((yyvsp[-3].exp)))
2411 { if (expr_is_sfr ((yyvsp[-5].exp)))
2535 { if (expr_is_sfr ((yyvsp[-2].exp)))
2863 { if (expr_is_sfr ((yyvsp[-4].exp)))
2905 { if (expr_is_sfr ((yyvsp[-3].exp)))
2949 else if (expr_is_sfr ((yyvsp[-1].exp)))
3245 else if (expr_is_sfr ((yyvsp[-2].exp)))
3275 else if (expr_is_sfr ((yyvsp[-4].exp))
4759 expr_is_sfr (expressionS exp) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.c 139 static int expr_is_sfr (expressionS);
160 #define SFR(e) if (!expr_is_sfr (e)) NOT_SFR;
2333 { if (expr_is_sfr ((yyvsp[-3].exp)))
2411 { if (expr_is_sfr ((yyvsp[-5].exp)))
2535 { if (expr_is_sfr ((yyvsp[-2].exp)))
2863 { if (expr_is_sfr ((yyvsp[-4].exp)))
2905 { if (expr_is_sfr ((yyvsp[-3].exp)))
2949 else if (expr_is_sfr ((yyvsp[-1].exp)))
3245 else if (expr_is_sfr ((yyvsp[-2].exp)))
3275 else if (expr_is_sfr ((yyvsp[-4].exp))
4759 expr_is_sfr (expressionS exp) function
    [all...]

Completed in 21 milliseconds