Searched refs:f_imm16s (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mt-ibld.c | 647 long value = fields->f_imm16s; in mt_cgen_insert_operand() 867 fields->f_imm16s = value; in mt_cgen_extract_operand() 878 fields->f_imm16s = value; in mt_cgen_extract_operand() 1078 value = fields->f_imm16s; in mt_cgen_get_int_operand() 1084 value = fields->f_imm16s; in mt_cgen_get_int_operand() 1260 value = fields->f_imm16s; in mt_cgen_get_vma_operand() 1266 value = fields->f_imm16s; in mt_cgen_get_vma_operand() 1449 fields->f_imm16s = value; in mt_cgen_set_int_operand() 1455 fields->f_imm16s = value; in mt_cgen_set_int_operand() 1628 fields->f_imm16s = value; in mt_cgen_set_vma_operand() [all …]
|
H A D | mt-opc.h | 96 long f_imm16s; member
|
H A D | mt-dis.c | 210 print_dollarhex (cd, info, fields->f_imm16s, 0|(1<<CGEN_OPERAND_SIGNED), pc, length); in mt_cgen_print_operand() 216 print_pcrel (cd, info, fields->f_imm16s, 0|(1<<CGEN_OPERAND_PCREL_ADDR), pc, length); in mt_cgen_print_operand()
|
H A D | mt-asm.c | 514 errmsg = parse_imm16 (cd, strp, MT_OPERAND_IMM16, (long *) (& fields->f_imm16s)); in mt_cgen_parse_operand() 520 errmsg = parse_imm16 (cd, strp, MT_OPERAND_IMM16O, (unsigned long *) (& fields->f_imm16s)); in mt_cgen_parse_operand()
|