Searched refs:f_addsubx (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | epiphany-ibld.c | 576 errmsg = insert_normal (cd, fields->f_addsubx, 0, 0, 20, 1, 32, total_length, buffer); in epiphany_cgen_insert_operand() 919 …= extract_normal (cd, ex_info, insn_value, 0, 0, 20, 1, 32, total_length, pc, & fields->f_addsubx); in epiphany_cgen_extract_operand() 1208 value = fields->f_addsubx; in epiphany_cgen_get_int_operand() 1333 value = fields->f_addsubx; in epiphany_cgen_get_vma_operand() 1465 fields->f_addsubx = value; in epiphany_cgen_set_int_operand() 1587 fields->f_addsubx = value; in epiphany_cgen_set_vma_operand()
|
D | epiphany-opc.h | 169 long f_addsubx; member
|
D | epiphany-asm.c | 331 … = parse_postindex (cd, strp, EPIPHANY_OPERAND_DIRECTION, (unsigned long *) (& fields->f_addsubx)); in epiphany_cgen_parse_operand()
|
D | epiphany-dis.c | 170 print_postindex (cd, info, fields->f_addsubx, 0, pc, length); in epiphany_cgen_print_operand()
|