Home
last modified time | relevance | path

Searched refs:d30v_format (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dd30v.h264 struct d30v_format struct
270 extern const struct d30v_format d30v_format_table[]; argument
279 struct d30v_format *form; /* pointer to an entry in the format table */
/toolchain/binutils/binutils-2.25/opcodes/
Dd30v-dis.c37 struct d30v_format *f; in lookup_opcode()
61 f = (struct d30v_format *) &d30v_format_table[op_index]; in lookup_opcode()
Dd30v-opc.c420 const struct d30v_format d30v_format_table[] =
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d30v.c491 struct d30v_format *form = opcode->form; in build_insn()
688 struct d30v_format *f; in parallel_ok()
1128 static struct d30v_format *
1135 struct d30v_format *fm; in find_format()
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index]; in find_format()
1272 fm = (struct d30v_format *) &d30v_format_table[++k]; in find_format()