Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmep-ibld.c714 FLD (f_crnx_lo) = ((FLD (f_crnx)) & (15)); in mep_cgen_insert_operand()
715 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand()
728 FLD (f_crnx_lo) = ((FLD (f_crnx)) & (15)); in mep_cgen_insert_operand()
729 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand()
1367 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand()
1376 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand()
1893 value = fields->f_crnx; in mep_cgen_get_int_operand()
1896 value = fields->f_crnx; in mep_cgen_get_int_operand()
2345 value = fields->f_crnx; in mep_cgen_get_vma_operand()
2348 value = fields->f_crnx; in mep_cgen_get_vma_operand()
[all …]
Dmep-asm.c905 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr, & fields->f_crnx); in mep_cgen_parse_operand()
908 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr64, & fields->f_crnx); in mep_cgen_parse_operand()
Dmep-dis.c806 print_keyword (cd, info, & mep_cgen_opval_h_cr, fields->f_crnx, 0|(1<<CGEN_OPERAND_VIRTUAL)); in mep_cgen_print_operand()
809 … print_keyword (cd, info, & mep_cgen_opval_h_cr64, fields->f_crnx, 0|(1<<CGEN_OPERAND_VIRTUAL)); in mep_cgen_print_operand()
Dmep-opc.h364 long f_crnx; member