cc_type
enum cc_type cc) /* FSR condition code field from fcc[0-3] */
enum cc_type cc) /* CCR condition code field from tstate */
enum cc_type opf_cc;
opf_cc = (enum cc_type) ((inst.ibit << 2) | (inst.opcode >> 4));
enum cc_type cc;
cc = (enum cc_type) (pinst.opcode >> 0x4) & 3;