Searched refs:CRWIDTH (Results 1 – 7 of 7) sorted by relevance
381 CRBit cond = static_cast<CRBit>(bi & (CRWIDTH - 1)); in DecodeExt1()1229 CRBit cond = static_cast<CRBit>(bi & (CRWIDTH - 1)); in InstructionDecode()
637 return ((cr.code() * CRWIDTH) + crbit); in encode_crbit()
3650 int cr_shift = (7 - bf) * CRWIDTH; in ExecuteGeneric()3651 int fp_shift = (7 - bfa) * CRWIDTH; in ExecuteGeneric()
2658 #define CRWIDTH 4 macro
1594 int bfa = bit / CRWIDTH; in mcrfs()
1827 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()1854 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1760 #define CRWIDTH 4 macro