Searched refs:MT_OPERAND_IMM16 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mt-asm.c | 166 int parse_signed = (opindex == (CGEN_OPERAND_TYPE)MT_OPERAND_IMM16); in parse_imm16() 201 if (opindex == (CGEN_OPERAND_TYPE) MT_OPERAND_IMM16 in parse_imm16() 513 case MT_OPERAND_IMM16 : in mt_cgen_parse_operand() 514 errmsg = parse_imm16 (cd, strp, MT_OPERAND_IMM16, (long *) (& fields->f_imm16s)); in mt_cgen_parse_operand()
|
H A D | mt-ibld.c | 645 case MT_OPERAND_IMM16 : in mt_cgen_insert_operand() 862 case MT_OPERAND_IMM16 : in mt_cgen_extract_operand() 1077 case MT_OPERAND_IMM16 : in mt_cgen_get_int_operand() 1259 case MT_OPERAND_IMM16 : in mt_cgen_get_vma_operand() 1448 case MT_OPERAND_IMM16 : in mt_cgen_set_int_operand() 1627 case MT_OPERAND_IMM16 : in mt_cgen_set_vma_operand()
|
H A D | mt-desc.h | 225 , MT_OPERAND_FRDRRR, MT_OPERAND_IMM16, MT_OPERAND_IMM16Z, MT_OPERAND_IMM16O enumerator
|
H A D | mt-dis.c | 209 case MT_OPERAND_IMM16 : in mt_cgen_print_operand()
|
H A D | mt-desc.c | 348 { "imm16", MT_OPERAND_IMM16, HW_H_SINT, 15, 16,
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | mt.opc | 205 int parse_signed = (opindex == (CGEN_OPERAND_TYPE)MT_OPERAND_IMM16); 240 if (opindex == (CGEN_OPERAND_TYPE) MT_OPERAND_IMM16
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mt.c | 407 case MT_OPERAND_IMM16: in md_cgen_lookup_reloc()
|