Home
last modified time | relevance | path

Searched refs:T_REG_B (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-defs.h76 #define T_REG_B 0x30 macro
96 REG_B0 = T_REG_B, REG_B1, REG_B2, REG_B3,
193 #define IS_BREG(r) (((r).regno & 0xf4) == T_REG_B)
Dbfin-lex.l205 [bB][0-3]"."[lLhH] return parse_halfreg (&yylval.reg, T_REG_B, yytext);
206 [bB][0-3] return parse_reg (&yylval.reg, T_REG_B, yytext);