Home | History | Annotate | Download | only in cpu

Lines Matching full:suffix

763 /* Parse the suffix as :<char> or as nothing followed by a whitespace.  */
766 parse_suffix (const char **strp, char suffix)
770 if (**strp == ':' && TOLOWER (*(*strp + 1)) == suffix)
779 return "Invalid suffix"; /* Anything -- will not be seen. */
810 /* Parse an empty suffix. Fail if the next char is ':'. */
817 return "Unexpected suffix";
975 /* Always print the short insn format suffix as ':<char>'. */
978 print_suffix (void * dis_info, char suffix)
982 (*info->fprintf_func) (info->stream, ":%c", suffix);
1030 /* Print the empty suffix. */