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

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmep-opc.h184 long f_csrn_hi; member in struct:cgen_fields
H A Dmep-ibld.c711 FLD (f_csrn_hi) = ((unsigned int) (FLD (f_csrn)) >> (4));
713 errmsg = insert_normal (cd, fields->f_csrn_hi, 0, 0, 15, 1, 32, total_length, buffer);
725 FLD (f_csrn_hi) = ((unsigned int) (FLD (f_csrn)) >> (4));
727 errmsg = insert_normal (cd, fields->f_csrn_hi, 0, 0, 15, 1, 32, total_length, buffer);
1174 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 1, 32, total_length, pc, & fields->f_csrn_hi);
1178 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo)));
1183 length = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 1, 32, total_length, pc, & fields->f_csrn_hi);
1187 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo)));

Completed in 64 milliseconds