Searched refs:f_csrn_lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmep-opc.h185 long f_csrn_lo; member in struct:cgen_fields
H A Dmep-ibld.c710 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15));
716 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer);
724 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15));
730 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer);
1176 length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo);
1178 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo)));
1185 length = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo);
1187 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo)));

Completed in 68 milliseconds