Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmep-ibld.c645 FLD (f_ccrn_hi) = ((((UINT) (FLD (f_ccrn)) >> (4))) & (3)); in mep_cgen_insert_operand()
646 FLD (f_ccrn_lo) = ((FLD (f_ccrn)) & (15)); in mep_cgen_insert_operand()
1304 FLD (f_ccrn) = ((((FLD (f_ccrn_hi)) << (4))) | (FLD (f_ccrn_lo))); in mep_cgen_extract_operand()
1861 value = fields->f_ccrn; in mep_cgen_get_int_operand()
2313 value = fields->f_ccrn; in mep_cgen_get_vma_operand()
2772 fields->f_ccrn = value; in mep_cgen_set_int_operand()
3175 fields->f_ccrn = value; in mep_cgen_set_vma_operand()
Dmep-opc.h434 long f_ccrn; member
Dmep-dis.c767 print_keyword (cd, info, & mep_cgen_opval_h_ccr, fields->f_ccrn, 0|(1<<CGEN_OPERAND_VIRTUAL)); in mep_cgen_print_operand()
Dmep-asm.c866 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr, & fields->f_ccrn); in mep_cgen_parse_operand()