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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c2036 const char *ccstr = ""; local
2096 ccstr = fcc_names[f->fcmp.cc];
2099 ccstr = (f->fmv.cc < 4) ? fcc_names[f->fmv.cc & 0x3]
2102 if (ccstr == NULL)
2110 bprintf(dhp, "%s, ", ccstr);

Completed in 66 milliseconds