Home | History | Annotate | Download | only in opcodes

Lines Matching refs:f_ccrn_lo

642   FLD (f_ccrn_lo) = ((FLD (f_ccrn)) & (15));
647 errmsg = insert_normal (cd, fields->f_ccrn_lo, 0, 0, 4, 4, 32, total_length, buffer);
1298 length = extract_normal (cd, ex_info, insn_value, 0, 0, 4, 4, 32, total_length, pc, & fields->f_ccrn_lo);
1300 FLD (f_ccrn) = ((((FLD (f_ccrn_hi)) << (4))) | (FLD (f_ccrn_lo)));