Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/
Ditbl-ops.c136 e_processor processor; /* processor number */
160 static e_processor get_processor (int yyproc);
161 static struct itbl_entry **get_entries (e_processor processor,
163 static struct itbl_entry *find_entry_byname (e_processor processor,
165 static struct itbl_entry *find_entry_byval (e_processor processor,
167 static struct itbl_entry *alloc_entry (e_processor processor,
266 e_processor procn; in itbl_init()
442 e_processor p; in itbl_get_reg_val()
456 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
470 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
[all …]
Ditbl-ops.h82 } e_processor; typedef
96 int itbl_get_val (e_processor processor, e_type type, char *name,
98 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);