Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmep-ibld.c767 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
773 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand()
781 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
787 errmsg = insert_normal (cd, fields->f_csrn_lo, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand()
1408 … = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo); in mep_cgen_extract_operand()
1410 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
1417 … = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_csrn_lo); in mep_cgen_extract_operand()
1419 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
Dmep-opc.h360 long f_csrn_lo; member