Searched refs:f_reti3 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-ibld.c | 596 errmsg = insert_normal (cd, fields->f_reti3, 0, 0, 2, 3, 16, total_length, buffer); in ip2k_cgen_insert_operand() 671 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 2, 3, 16, total_length, pc, & fields->f_reti3); in ip2k_cgen_extract_operand() 744 value = fields->f_reti3; in ip2k_cgen_get_int_operand() 800 value = fields->f_reti3; in ip2k_cgen_get_vma_operand() 860 fields->f_reti3 = value; in ip2k_cgen_set_int_operand() 909 fields->f_reti3 = value; in ip2k_cgen_set_vma_operand()
|
D | ip2k-opc.h | 99 long f_reti3; member
|
D | ip2k-asm.c | 502 … cgen_parse_unsigned_integer (cd, strp, IP2K_OPERAND_RETI3, (unsigned long *) (& fields->f_reti3)); in ip2k_cgen_parse_operand()
|
D | ip2k-dis.c | 279 print_dollarhex (cd, info, fields->f_reti3, 0, pc, length); in ip2k_cgen_print_operand()
|