Searched refs:get_processor (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-ops.c | 152 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
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-ops.c | 152 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
|