Searched refs:opf_cc (Results 1 – 1 of 1) sorted by relevance
385 enum cc_type opf_cc; in fmovcc() local387 opf_cc = (enum cc_type) ((inst.ibit << 2) | (inst.opcode >> 4)); in fmovcc()388 if ((opf_cc == icc) || (opf_cc == xcc)) { in fmovcc()389 return (fmovcc_icc(pfpsd, inst, opf_cc)); in fmovcc()391 return (fmovcc_fcc(pfpsd, inst, pfsr, opf_cc)); in fmovcc()