Searched refs:ccstr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c2083 const char *ccstr = ""; local
2143 ccstr = fcc_names[f->fcmp.cc];
2146 ccstr = (f->fmv.cc < 4) ? fcc_names[f->fmv.cc & 0x3]
2149 if (ccstr == NULL)
2157 bprintf(dhp, "%s, ", ccstr);

Completed in 19 milliseconds