Searched refs:MEP_OPERAND_SIMM16 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-ibld.c | 1103 case MEP_OPERAND_SIMM16 : in mep_cgen_insert_operand() 1707 case MEP_OPERAND_SIMM16 : in mep_cgen_extract_operand() 2201 case MEP_OPERAND_SIMM16 : in mep_cgen_get_int_operand() 2653 case MEP_OPERAND_SIMM16 : in mep_cgen_get_vma_operand() 3071 case MEP_OPERAND_SIMM16 : in mep_cgen_set_int_operand() 3474 case MEP_OPERAND_SIMM16 : in mep_cgen_set_vma_operand()
|
D | mep-desc.h | 259 , MEP_OPERAND_SDISP16, MEP_OPERAND_SIMM16, MEP_OPERAND_UIMM16, MEP_OPERAND_CODE16 enumerator
|
D | mep-asm.c | 1213 case MEP_OPERAND_SIMM16 : in mep_cgen_parse_operand() 1214 errmsg = parse_signed16 (cd, strp, MEP_OPERAND_SIMM16, (long *) (& fields->f_16s16)); in mep_cgen_parse_operand()
|
D | mep-dis.c | 1114 case MEP_OPERAND_SIMM16 : in mep_cgen_print_operand()
|
D | mep-desc.c | 1094 { "simm16", MEP_OPERAND_SIMM16, HW_H_SINT, 16, 16,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mep.c | 1865 case MEP_OPERAND_SIMM16: in md_cgen_lookup_reloc()
|