Lines Matching refs:reg_entry
548 struct reg_entry struct
1170 static struct reg_entry *
1175 struct reg_entry *reg; in arm_reg_parse_multi()
1197 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start); in arm_reg_parse_multi()
1207 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg, in arm_reg_alt_syntax()
1251 struct reg_entry *reg = arm_reg_parse_multi (ccp); in arm_reg_parse()
1419 struct reg_entry *reg = arm_reg_parse_multi (&str); in parse_typed_reg_or_scalar()
2132 static struct reg_entry *
2135 struct reg_entry *new_reg; in insert_reg_alias()
2138 if ((new_reg = (struct reg_entry *) hash_find (arm_reg_hsh, str)) != 0) in insert_reg_alias()
2152 new_reg = (struct reg_entry *) xmalloc (sizeof (struct reg_entry)); in insert_reg_alias()
2170 struct reg_entry *reg = insert_reg_alias (str, number, type); in insert_neon_reg_alias()
2196 struct reg_entry *old; in create_register_alias()
2210 old = (struct reg_entry *) hash_find (arm_reg_hsh, oldname); in create_register_alias()
2278 struct reg_entry *basereg; in create_neon_reg_alias()
2279 struct reg_entry mybasereg; in create_neon_reg_alias()
2461 struct reg_entry *reg = (struct reg_entry *) hash_find (arm_reg_hsh, in s_unreq()
2487 reg = (struct reg_entry *) hash_find (arm_reg_hsh, nbuf); in s_unreq()
2499 reg = (struct reg_entry *) hash_find (arm_reg_hsh, nbuf); in s_unreq()
4346 struct reg_entry *reg; in s_arm_unwind_save()
6940 struct reg_entry *rege = arm_reg_parse_multi (&str); in parse_operands()
6956 struct reg_entry *rege = arm_reg_parse_multi (&str); in parse_operands()
17897 static const struct reg_entry reg_names[] =
23835 for (i = 0; i < sizeof (reg_names) / sizeof (struct reg_entry); i++) in md_begin()