Lines Matching defs:reg_entry
548 struct reg_entry
1167 name, advance CCP over it and return the reg_entry structure;
1170 static struct reg_entry *
1175 struct reg_entry *reg;
1197 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start);
1207 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg,
1251 struct reg_entry *reg = arm_reg_parse_multi (ccp);
1419 struct reg_entry *reg = arm_reg_parse_multi (&str);
2132 static struct reg_entry *
2135 struct reg_entry *new_reg;
2138 if ((new_reg = (struct reg_entry *) hash_find (arm_reg_hsh, str)) != 0)
2152 new_reg = (struct reg_entry *) xmalloc (sizeof (struct reg_entry));
2170 struct reg_entry *reg = insert_reg_alias (str, number, type);
2196 struct reg_entry *old;
2210 old = (struct reg_entry *) hash_find (arm_reg_hsh, oldname);
2278 struct reg_entry *basereg;
2279 struct reg_entry mybasereg;
2461 struct reg_entry *reg = (struct reg_entry *) hash_find (arm_reg_hsh,
2487 reg = (struct reg_entry *) hash_find (arm_reg_hsh, nbuf);
2499 reg = (struct reg_entry *) hash_find (arm_reg_hsh, nbuf);
4346 struct reg_entry *reg;
6941 struct reg_entry *rege = arm_reg_parse_multi (&str);
6957 struct reg_entry *rege = arm_reg_parse_multi (&str);
17906 static const struct reg_entry reg_names[] =
23846 for (i = 0; i < sizeof (reg_names) / sizeof (struct reg_entry); i++)