Home | History | Annotate | Download | only in ppc

Lines Matching full:crbit

551   static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) {
552 return ((cr.code() * CRWIDTH) + crbit);