Lines Matching defs:reg_entry
393 } reg_entry;
520 set_expected_reg_error (aarch64_reg_type type, const reg_entry *reg,
538 set_expected_reglist_error (aarch64_reg_type type, const reg_entry *reg)
888 return the reg_entry structure; otherwise return NULL.
891 static reg_entry *
896 reg_entry *reg;
927 inherent_reg_qualifier (const reg_entry *reg)
956 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type)
968 static const reg_entry *
973 const reg_entry *reg = parse_reg (&str);
1016 static const reg_entry *
1209 static const reg_entry *
1215 const reg_entry *reg = parse_reg (&str);
1354 static const reg_entry *
1446 const reg_entry *reg;
1564 static const reg_entry *
1568 const reg_entry *reg = parse_reg (&str);
1602 static reg_entry *
1605 reg_entry *new;
1623 new = XNEW (reg_entry);
1645 const reg_entry *old;
1744 reg_entry *reg = str_hash_find (aarch64_reg_hsh, name);
2528 const reg_entry *reg;
3804 const reg_entry *reg;
3852 const reg_entry *reg = aarch64_reg_parse_32_64 (str, &qualifier);
3961 const reg_entry *reg = parse_reg (str);
4073 const reg_entry *reg;
4405 const reg_entry *reg = parse_reg (str);
4633 Function returns REG_ENTRY struct and QUALIFIER [bhsdq] or NULL
4642 static const reg_entry *
4647 const reg_entry *reg = parse_typed_reg (str, reg_type, &vectype,
4693 const reg_entry *reg;
4797 const reg_entry *reg = parse_reg_with_qual (str, reg_type, qualifier, flags);
4855 const reg_entry *reg = parse_reg_with_qual (&q, REG_TYPE_ZA_ZAT,
6725 const reg_entry *reg;
8958 static const reg_entry reg_names[] = {
9267 const reg_entry *reg = parse_reg (®name);