Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmep-ibld.c721 FLD (f_crnx_lo) = ((FLD (f_crnx)) & (15)); in mep_cgen_insert_operand()
722 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand()
735 FLD (f_crnx_lo) = ((FLD (f_crnx)) & (15)); in mep_cgen_insert_operand()
736 FLD (f_crnx_hi) = ((UINT) (FLD (f_crnx)) >> (4)); in mep_cgen_insert_operand()
1374 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand()
1383 FLD (f_crnx) = ((((FLD (f_crnx_hi)) << (4))) | (FLD (f_crnx_lo))); in mep_cgen_extract_operand()
1900 value = fields->f_crnx; in mep_cgen_get_int_operand()
1903 value = fields->f_crnx; in mep_cgen_get_int_operand()
2352 value = fields->f_crnx; in mep_cgen_get_vma_operand()
2355 value = fields->f_crnx; in mep_cgen_get_vma_operand()
[all …]
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-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-opc.h364 long f_crnx; member