Home | History | Annotate | Download | only in libcpu

Lines Matching full:suffix

113   /* Suffix.  */
115 suffix_w1, suffix_W1, suffix_D } suffix;
141 struct suffix
188 struct known_bitfield *suffix,
323 newp->suffix = suffix_w;
325 newp->suffix = suffix_w0;
327 newp->suffix = suffix_tttn;
329 newp->suffix = suffix_w1;
331 newp->suffix = suffix_W;
333 newp->suffix = suffix_W1;
335 newp->suffix = suffix_D;
338 "%s: %d: unknown suffix '%s'",
341 struct suffix search = { .name = $5->name };
345 struct suffix *ns = xmalloc (sizeof (*ns));
699 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix,
707 && bitval->field != suffix
1066 const struct suffix *s1 = (const struct suffix *) p1;
1067 const struct suffix *s2 = (const struct suffix *) p2;
1204 fprintf (outfile, " .suffix = %d,", instr->suffix);
1521 char suffix[1 << sfxbits];
1524 suffix[i] = sfxfreq[i].ch;
1525 suffix[i] = '\0';
1530 if (strchr (suffix, strsnlen[i].str[strsnlen[i].len - 1]) != NULL)
1606 best_suffix = xstrdup (suffix);
1647 fprintf (outfile, "static const char suffix[%zu] = \"%s\";\n",