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

  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 820 #define _REG yylval.reg
1113 _REG.regno = REG_sftreset; return REG;
1118 _REG.regno = REG_omode; return REG;
1123 _REG.regno = REG_idle_req; return REG;
1128 _REG.regno = REG_hwerrcause; return REG;
1133 _REG.regno = REG_excause; return REG;
1138 _REG.regno = REG_emucause; return REG;
1173 _REG.regno = REG_USP; return REG;
1208 _REG.regno = REG_SYSCFG; return REG;
1223 _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 820 #define _REG yylval.reg
1113 _REG.regno = REG_sftreset; return REG;
1118 _REG.regno = REG_omode; return REG;
1123 _REG.regno = REG_idle_req; return REG;
1128 _REG.regno = REG_hwerrcause; return REG;
1133 _REG.regno = REG_excause; return REG;
1138 _REG.regno = REG_emucause; return REG;
1173 _REG.regno = REG_USP; return REG;
1208 _REG.regno = REG_SYSCFG; return REG;
1223 _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG
    [all...]

Completed in 30 milliseconds