Searched refs:f_fbincr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mt-ibld.c | 635 errmsg = insert_normal (cd, fields->f_fbincr, 0, 0, 23, 4, 32, total_length, buffer); in mt_cgen_insert_operand() 852 … = extract_normal (cd, ex_info, insn_value, 0, 0, 23, 4, 32, total_length, pc, & fields->f_fbincr); in mt_cgen_extract_operand() 1067 value = fields->f_fbincr; in mt_cgen_get_int_operand() 1249 value = fields->f_fbincr; in mt_cgen_get_vma_operand() 1438 fields->f_fbincr = value; in mt_cgen_set_int_operand() 1617 fields->f_fbincr = value; in mt_cgen_set_vma_operand()
|
D | mt-opc.h | 115 long f_fbincr; member
|
D | mt-dis.c | 191 print_dollarhex (cd, info, fields->f_fbincr, 0, pc, length); in mt_cgen_print_operand()
|
D | mt-asm.c | 496 … cgen_parse_unsigned_integer (cd, strp, MT_OPERAND_FBINCR, (unsigned long *) (& fields->f_fbincr)); in mt_cgen_parse_operand()
|