Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.c133 e_processor processor; /* processor number */
152 static e_processor get_processor (int yyproc);
153 static struct itbl_entry **get_entries (e_processor processor,
155 static struct itbl_entry *find_entry_byname (e_processor processor,
157 static struct itbl_entry *find_entry_byval (e_processor processor,
159 static struct itbl_entry *alloc_entry (e_processor processor,
256 e_processor procn; in itbl_init()
437 e_processor p; in itbl_get_reg_val()
451 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name()
465 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val()
[all …]
Ditbl-ops.h74 } e_processor; typedef
88 int itbl_get_val (e_processor processor, e_type type, char *name,
90 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);
DChangeLog-20071932 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Ditbl-test.c33 static int test_reg (e_processor processor, e_type type, char *name,
105 test_reg (e_processor processor, e_type type, char *name, in test_reg()