Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmep-ibld.c761 FLD (f_csrn_hi) = ((UINT) (FLD (f_csrn)) >> (4)); in mep_cgen_insert_operand()
763 errmsg = insert_normal (cd, fields->f_csrn_hi, 0, 0, 15, 1, 32, total_length, buffer); in mep_cgen_insert_operand()
775 FLD (f_csrn_hi) = ((UINT) (FLD (f_csrn)) >> (4)); in mep_cgen_insert_operand()
777 errmsg = insert_normal (cd, fields->f_csrn_hi, 0, 0, 15, 1, 32, total_length, buffer); in mep_cgen_insert_operand()
1399 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 1, 32, total_length, pc, & fields->f_csrn_hi); in mep_cgen_extract_operand()
1403 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
1408 …= extract_normal (cd, ex_info, insn_value, 0, 0, 15, 1, 32, total_length, pc, & fields->f_csrn_hi); in mep_cgen_extract_operand()
1412 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (f_csrn_lo))); in mep_cgen_extract_operand()
Dmep-opc.h359 long f_csrn_hi; member