Searched refs:powerpc_opcode (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dppc.h30 /* The opcode table is an array of struct powerpc_opcode. */
32 struct powerpc_opcode struct
66 extern const struct powerpc_opcode powerpc_opcodes[];
69 /* Values defined for the flags field of a struct powerpc_opcode. */
353 same as those for the struct powerpc_opcode flags field. */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dppc.h30 /* The opcode table is an array of struct powerpc_opcode. */
32 struct powerpc_opcode struct
66 extern const struct powerpc_opcode powerpc_opcodes[];
69 /* Values defined for the flags field of a struct powerpc_opcode. */
353 same as those for the struct powerpc_opcode flags field. */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c347 const struct powerpc_opcode *opcode;
348 const struct powerpc_opcode *opcode_end;
H A Dppc-opc.c1977 const struct powerpc_opcode powerpc_opcodes[] = {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dppc-dis.c347 const struct powerpc_opcode *opcode;
348 const struct powerpc_opcode *opcode_end;
H A Dppc-opc.c1977 const struct powerpc_opcode powerpc_opcodes[] = {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ppc.c1367 const struct powerpc_opcode *op;
1368 const struct powerpc_opcode *op_end;
2358 const struct powerpc_opcode *opcode;
2380 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, str);
2381 if (opcode == (const struct powerpc_opcode *) NULL)
4625 const struct powerpc_opcode *opcode;
4650 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, "nop");

Completed in 183 milliseconds