Home | History | Annotate | Download | only in config

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)
893 return the reg_entry structure; otherwise return NULL.
896 static reg_entry *
901 reg_entry *reg;
932 inherent_reg_qualifier (const reg_entry *reg)
961 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type)
973 static const reg_entry *
978 const reg_entry *reg = parse_reg (&str);
1021 static const reg_entry *
1214 static const reg_entry *
1220 const reg_entry *reg = parse_reg (&str);
1359 static const reg_entry *
1447 const reg_entry *reg;
1565 static const reg_entry *
1569 const reg_entry *reg = parse_reg (&str);
1603 static reg_entry *
1606 reg_entry *new;
1624 new = XNEW (reg_entry);
1646 const reg_entry *old;
1745 reg_entry *reg = str_hash_find (aarch64_reg_hsh, name);
2545 const reg_entry *reg;
3821 const reg_entry *reg;
3869 const reg_entry *reg = aarch64_reg_parse_32_64 (str, &qualifier);
3978 const reg_entry *reg = parse_reg (str);
4090 const reg_entry *reg;
4422 const reg_entry *reg = parse_reg (str);
4652 Function returns REG_ENTRY struct and QUALIFIER [bhsdq] or NULL
4661 static const reg_entry *
4666 const reg_entry *reg = parse_typed_reg (str, reg_type, &vectype,
4712 const reg_entry *reg;
4816 const reg_entry *reg = parse_reg_with_qual (str, reg_type, qualifier, flags);
4874 const reg_entry *reg = parse_reg_with_qual (&q, REG_TYPE_ZA_ZAT,
6762 const reg_entry *reg;
9066 static const reg_entry reg_names[] = {
9367 const reg_entry *reg = parse_reg (&regname);