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

/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c385 enum cc_type opf_cc; local
387 opf_cc = (enum cc_type) ((inst.ibit << 2) | (inst.opcode >> 4));
388 if ((opf_cc == icc) || (opf_cc == xcc)) {
389 return (fmovcc_icc(pfpsd, inst, opf_cc));
391 return (fmovcc_fcc(pfpsd, inst, pfsr, opf_cc));

Completed in 43 milliseconds