Searched refs:f_rbbc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mt-ibld.c | 701 errmsg = insert_normal (cd, fields->f_rbbc, 0, 0, 25, 2, 32, total_length, buffer); in mt_cgen_insert_operand() 921 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 25, 2, 32, total_length, pc, & fields->f_rbbc); in mt_cgen_extract_operand() 1121 value = fields->f_rbbc; in mt_cgen_get_int_operand() 1303 value = fields->f_rbbc; in mt_cgen_get_vma_operand() 1492 fields->f_rbbc = value; in mt_cgen_set_int_operand() 1671 fields->f_rbbc = value; in mt_cgen_set_vma_operand()
|
D | mt-opc.h | 110 long f_rbbc; member
|
D | mt-dis.c | 245 print_dollarhex (cd, info, fields->f_rbbc, 0, pc, length); in mt_cgen_print_operand()
|
D | mt-asm.c | 550 errmsg = parse_rbbc (cd, strp, MT_OPERAND_RBBC, (unsigned long *) (& fields->f_rbbc)); in mt_cgen_parse_operand()
|