Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.h95 struct itbl_entry *itbl_add_reg (int yyproc, int yytype,
97 struct itbl_entry *itbl_add_insn (int yyproc, char *name,
Ditbl-ops.c152 static e_processor get_processor (int yyproc);
814 get_processor (int yyproc) in get_processor() argument
817 if (yyproc >= e_p0 && yyproc < e_nprocs) in get_processor()
818 return (e_processor) yyproc; in get_processor()