Home | History | Annotate | Download | only in config

Lines Matching defs:reg_entry

690 struct reg_entry
1346 name, advance CCP over it and return the reg_entry structure;
1349 static struct reg_entry *
1354 struct reg_entry *reg;
1386 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg,
1431 struct reg_entry *reg = arm_reg_parse_multi (ccp);
1654 struct reg_entry *reg = arm_reg_parse_multi (&str);
2518 static struct reg_entry *
2521 struct reg_entry *new_reg;
2538 new_reg = XNEW (struct reg_entry);
2555 struct reg_entry *reg = insert_reg_alias (str, number, type);
2580 struct reg_entry *old;
2664 struct reg_entry *basereg;
2665 struct reg_entry mybasereg;
2841 struct reg_entry *reg = str_hash_find (arm_reg_hsh, name);
4704 struct reg_entry *reg;
7710 struct reg_entry *rege = arm_reg_parse_multi (&str);
7726 struct reg_entry *rege = arm_reg_parse_multi (&str);
23652 static const struct reg_entry reg_names[] =
30062 for (i = 0; i < sizeof (reg_names) / sizeof (struct reg_entry); i++)