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

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c554 formatfcmp_t fcmp; member in union:ifmt
2057 prt_field("opf", f->fcmp.opf, 9);
2100 prt_field("opf", f->fcmp.opf, 9);
2109 prt_field("cc", f->fcmp.cc, 2);
2143 ccstr = fcc_names[f->fcmp.cc];
2153 (is_cmp != 0 && f->fcmp.cc != 0) ||
2173 prt_field("opf", f->fcmp.opf, 9);
2602 if ((f->fcmp.op == 2) && (f->fcmp.op3 == 0x36) && (f->fcmp
[all...]

Completed in 30 milliseconds