Searched refs:yyprocessor (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-ops.c198 itbl_add_reg (int yyprocessor, int yytype, char *regname, argument
201 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname,
208 itbl_add_insn (int yyprocessor, char *name, unsigned long value, argument
212 e = alloc_entry (get_processor (yyprocessor), e_insn, name, value);

Completed in 94 milliseconds