Searched refs:d30v_opcode (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd30v.h74 /* The opcode table is an array of struct d30v_opcode. */
75 struct d30v_opcode struct
188 extern const struct d30v_opcode d30v_opcode_table[];
282 struct d30v_opcode *op; /* pointer to an entry in the opcode table */
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h74 /* The opcode table is an array of struct d30v_opcode. */
75 struct d30v_opcode struct
188 extern const struct d30v_opcode d30v_opcode_table[];
282 struct d30v_opcode *op; /* pointer to an entry in the opcode table */
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd30v.h74 /* The opcode table is an array of struct d30v_opcode. */
75 struct d30v_opcode struct
188 extern const struct d30v_opcode d30v_opcode_table[];
282 struct d30v_opcode *op; /* pointer to an entry in the opcode table */
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h74 /* The opcode table is an array of struct d30v_opcode. */
75 struct d30v_opcode struct
188 extern const struct d30v_opcode d30v_opcode_table[];
282 struct d30v_opcode *op; /* pointer to an entry in the opcode table */
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-dis.c39 struct d30v_opcode *op = (struct d30v_opcode *) d30v_opcode_table;
H A Dd30v-opc.c206 const struct d30v_opcode d30v_opcode_table[] =
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-dis.c39 struct d30v_opcode *op = (struct d30v_opcode *) d30v_opcode_table;
H A Dd30v-opc.c206 const struct d30v_opcode d30v_opcode_table[] =
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-dis.c39 struct d30v_opcode *op = (struct d30v_opcode *) d30v_opcode_table;
H A Dd30v-opc.c206 const struct d30v_opcode d30v_opcode_table[] =
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-dis.c39 struct d30v_opcode *op = (struct d30v_opcode *) d30v_opcode_table;
H A Dd30v-opc.c206 const struct d30v_opcode d30v_opcode_table[] =
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c312 struct d30v_opcode *opcode;
316 for (opcode = (struct d30v_opcode *) d30v_opcode_table; opcode->name; opcode++)
490 struct d30v_opcode *op = opcode->op;
689 struct d30v_opcode *op;
1129 find_format (struct d30v_opcode *opcode,
1393 opcode->op = (struct d30v_opcode *) str_hash_find (d30v_hash, name);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c309 struct d30v_opcode *opcode;
313 for (opcode = (struct d30v_opcode *) d30v_opcode_table; opcode->name; opcode++)
487 struct d30v_opcode *op = opcode->op;
686 struct d30v_opcode *op;
1126 find_format (struct d30v_opcode *opcode,
1390 opcode->op = (struct d30v_opcode *) str_hash_find (d30v_hash, name);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c309 struct d30v_opcode *opcode;
313 for (opcode = (struct d30v_opcode *) d30v_opcode_table; opcode->name; opcode++)
487 struct d30v_opcode *op = opcode->op;
686 struct d30v_opcode *op;
1126 find_format (struct d30v_opcode *opcode,
1390 opcode->op = (struct d30v_opcode *) str_hash_find (d30v_hash, name);

Completed in 295 milliseconds