Home
last modified time | relevance | path

Searched refs:M_FU (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-defs.h172 #define M_FU 4 macro
H A Dbfin-lex.l161 [fF][uU] yylval.value = M_FU; return MMOD;
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c1542 yylval.value = M_FU; return MMOD;
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c28 #define M_FU 4 macro
548 else if (mod == M_FU) in decode_optmode()