Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Ditbl-ops.c152 static e_processor get_processor (int yyproc);
200 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg()
211 e = alloc_entry (get_processor (yyprocessor), e_insn, name, value); in itbl_add_insn()
584 processor = get_processor (ITBL_DECODE_PNUM (insn)); in itbl_disassemble()
811 get_processor (int yyproc) in get_processor() function