Searched refs:f_cdisp10 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mep-ibld.c | 658 long value = fields->f_cdisp10; in mep_cgen_insert_operand() 665 long value = fields->f_cdisp10; in mep_cgen_insert_operand() 672 long value = fields->f_cdisp10; in mep_cgen_insert_operand() 679 long value = fields->f_cdisp10; in mep_cgen_insert_operand() 1312 fields->f_cdisp10 = value; in mep_cgen_extract_operand() 1320 fields->f_cdisp10 = value; in mep_cgen_extract_operand() 1328 fields->f_cdisp10 = value; in mep_cgen_extract_operand() 1336 fields->f_cdisp10 = value; in mep_cgen_extract_operand() 1864 value = fields->f_cdisp10; in mep_cgen_get_int_operand() 1867 value = fields->f_cdisp10; in mep_cgen_get_int_operand() [all …]
|
D | mep-dis.c | 770 print_normal (cd, info, fields->f_cdisp10, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in mep_cgen_print_operand() 773 print_normal (cd, info, fields->f_cdisp10, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in mep_cgen_print_operand() 776 print_normal (cd, info, fields->f_cdisp10, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in mep_cgen_print_operand() 779 print_normal (cd, info, fields->f_cdisp10, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in mep_cgen_print_operand()
|
D | mep-asm.c | 869 errmsg = parse_cdisp10 (cd, strp, MEP_OPERAND_CDISP10, (long *) (& fields->f_cdisp10)); in mep_cgen_parse_operand() 872 errmsg = parse_cdisp10 (cd, strp, MEP_OPERAND_CDISP10A2, (long *) (& fields->f_cdisp10)); in mep_cgen_parse_operand() 875 errmsg = parse_cdisp10 (cd, strp, MEP_OPERAND_CDISP10A4, (long *) (& fields->f_cdisp10)); in mep_cgen_parse_operand() 878 errmsg = parse_cdisp10 (cd, strp, MEP_OPERAND_CDISP10A8, (long *) (& fields->f_cdisp10)); in mep_cgen_parse_operand()
|
D | mep-opc.h | 421 long f_cdisp10; member
|