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

/freebsd-10.3-release/contrib/binutils/gas/
H A Ditbl-ops.h95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype,
97 struct itbl_entry *itbl_add_insn (int yyproc, char *name,
H A Ditbl-ops.c153 static e_processor get_processor (int yyproc);
805 get_processor (int yyproc) argument
808 if (yyproc >= e_p0 && yyproc < e_nprocs)
809 return (e_processor) yyproc;

Completed in 159 milliseconds