Home | History | Annotate | Download | only in config

Lines Matching defs:reg_entry

273 } reg_entry;
652 return the reg_entry structure; otherwise return NULL.
655 static reg_entry *
660 reg_entry *reg;
676 reg = (reg_entry *) hash_find_n (aarch64_reg_hsh, start, p - start);
688 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type)
720 const reg_entry *reg = parse_reg (&str);
881 const reg_entry *reg = parse_reg (&str);
1184 static reg_entry *
1187 reg_entry *new;
1205 new = xmalloc (sizeof (reg_entry));
1228 const reg_entry *old;
1329 reg_entry *reg = hash_find (aarch64_reg_hsh, name);
5722 static const reg_entry reg_names[] = {
5947 const reg_entry *reg = parse_reg (&regname);