HomeSort by relevance Sort by last modified time
    Searched refs:d30v_format (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 263 /* The format table is an array of struct d30v_format. */
264 struct d30v_format struct
270 extern const struct d30v_format d30v_format_table[];
279 struct d30v_format *form; /* pointer to an entry in the format table */
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 37 struct d30v_format *f;
61 f = (struct d30v_format *) &d30v_format_table[op_index];
d30v-opc.c 420 const struct d30v_format d30v_format_table[] =
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 491 struct d30v_format *form = opcode->form;
688 struct d30v_format *f;
1128 static struct d30v_format *
1135 struct d30v_format *fm;
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index];
    [all...]

Completed in 270 milliseconds