Home | History | Annotate | Download | only in config

Lines Matching full:suffix

221   /* Only put the first entry of each equivalently named suffix in the
742 as_bad (_("invalid suffix class"));
751 as_bad (_("expected comma after suffix class"));
797 as_bad (_("unknown suffix class"));
1541 const struct arc_operand_value *suffix = NULL;
1565 for "%q" (ie: a condition code suffix). */
1573 /* Pick the suffix out and look it up via the hash table. */
1587 the table so "lle" isn't an illegal suffix. */
1600 /* Insert the suffix's value into the insn. */
1608 suffix = suf;
1616 for (suffix = suf;
1617 suffix < suffix_end && strcmp (suffix->name, suf->name) == 0;
1618 ++suffix)
1620 if (arc_operands[suffix->type].fmt == *syn)
1622 /* Insert the suffix's value into the insn. */
1625 mods, NULL, suffix->value,
1628 insn |= suffix->value << operand->shift;
1645 insn_suffixes[num_suffixes++] = suffix;