Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/opcodes/
Dmep-ibld.c707 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
713 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand()
721 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
727 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand()
1173 … = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo); in mep_cgen_extract_operand()
1175 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
1182 … = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo); in mep_cgen_extract_operand()
1184 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
Dmep-opc.h185 long f_csrn_lo; member