Home | History | Annotate | Download | only in opcodes

Lines Matching refs:f_ccrn

641   FLD (f_ccrn_hi) = ((((UINT) (FLD (f_ccrn)) >> (4))) & (3));
642 FLD (f_ccrn_lo) = ((FLD (f_ccrn)) & (15));
1300 FLD (f_ccrn) = ((((FLD (f_ccrn_hi)) << (4))) | (FLD (f_ccrn_lo)));
1857 value = fields->f_ccrn;
2309 value = fields->f_ccrn;
2768 fields->f_ccrn = value;
3171 fields->f_ccrn = value;