Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmep-ibld.c606 FLD (f_c5_rnm) = ((UINT) (FLD (f_c5_rnmuimm24)) >> (16)); in mep_cgen_insert_operand()
607 FLD (f_c5_16u16) = ((FLD (f_c5_rnmuimm24)) & (65535)); in mep_cgen_insert_operand()
1278 FLD (f_c5_rnmuimm24) = ((FLD (f_c5_16u16)) | (((FLD (f_c5_rnm)) << (16)))); in mep_cgen_extract_operand()
1852 value = fields->f_c5_rnmuimm24; in mep_cgen_get_int_operand()
2304 value = fields->f_c5_rnmuimm24; in mep_cgen_get_vma_operand()
2763 fields->f_c5_rnmuimm24 = value; in mep_cgen_set_int_operand()
3166 fields->f_c5_rnmuimm24 = value; in mep_cgen_set_vma_operand()
Dmep-opc.h445 long f_c5_rnmuimm24; member
Dmep-dis.c758 print_normal (cd, info, fields->f_c5_rnmuimm24, 0|(1<<CGEN_OPERAND_VIRTUAL), pc, length); in mep_cgen_print_operand()
Dmep-asm.c857 …unsigned_integer (cd, strp, MEP_OPERAND_C5RNMUIMM24, (unsigned long *) (& fields->f_c5_rnmuimm24)); in mep_cgen_parse_operand()