Home | History | Annotate | Download | only in config

Lines Matching defs:suf

1540 	      const struct arc_operand_value *suf, *suffix_end;
1578 if ((suf = get_ext_suffix (s)))
1581 suf = (const struct arc_operand_value *)
1583 if (!suf)
1598 if (ext_suffix_p && arc_operands[suf->type].fmt == *syn)
1604 mods, NULL, suf->value,
1607 insn |= suf->value << operand->shift;
1608 suffix = suf;
1616 for (suffix = suf;
1617 suffix < suffix_end && strcmp (suffix->name, suf->name) == 0;