Home
last modified time | relevance | path

Searched refs:f_csrn (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
HDmep-ibld.c707 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
708 FLD (f_csrn_hi) = ((unsigned int) (FLD (f_csrn)) >> (4)); in mep_cgen_insert_operand()
721 FLD (f_csrn_lo) = ((FLD (f_csrn)) & (15)); in mep_cgen_insert_operand()
722 FLD (f_csrn_hi) = ((unsigned int) (FLD (f_csrn)) >> (4)); in mep_cgen_insert_operand()
1175 FLD (f_csrn) = ((((FLD (f_csrn_hi)) << (4))) | (FLD (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()
1531 value = fields->f_csrn; in mep_cgen_get_int_operand()
1534 value = fields->f_csrn; in mep_cgen_get_int_operand()
1806 value = fields->f_csrn; in mep_cgen_get_vma_operand()
1809 value = fields->f_csrn; in mep_cgen_get_vma_operand()
[all …]
HDmep-opc.h186 long f_csrn; member
HDmep-dis.c570 print_keyword (cd, info, & mep_cgen_opval_h_csr, fields->f_csrn, 0|(1<<CGEN_OPERAND_VIRTUAL)); in mep_cgen_print_operand()
573 print_normal (cd, info, fields->f_csrn, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in mep_cgen_print_operand()
HDmep-asm.c794 errmsg = parse_csrn (cd, strp, & mep_cgen_opval_h_csr, & fields->f_csrn); in mep_cgen_parse_operand()
797 …cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, (unsigned long *) (& fields->f_csrn)); in mep_cgen_parse_operand()