Searched refs:get_processor (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | itbl-ops.c | 160 static e_processor get_processor (int yyproc); 208 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 219 e = alloc_entry (get_processor (yyprocessor), e_insn, name, value); in itbl_add_insn() 592 processor = get_processor (ITBL_DECODE_PNUM (insn)); in itbl_disassemble() 814 get_processor (int yyproc) in get_processor() function
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | itbl-ops.c | 159 static e_processor get_processor (int yyproc); 219 return alloc_entry (get_processor (yyprocessor), get_type (yytype), regname, in itbl_add_reg() 230 e = alloc_entry (get_processor (yyprocessor), e_insn, name, value); in itbl_add_insn() 603 processor = get_processor (ITBL_DECODE_PNUM (insn)); in itbl_disassemble() 825 get_processor (int yyproc) in get_processor() function
|