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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h25 /* The opcode table is an array of struct powerpc_opcode. */
27 struct powerpc_opcode struct
56 extern const struct powerpc_opcode powerpc_opcodes[];
59 /* Values defined for the flags field of a struct powerpc_opcode. */
316 same as those for the struct powerpc_opcode flags field. */
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c191 const struct powerpc_opcode *opcode;
192 const struct powerpc_opcode *opcode_end;
H A Dppc-opc.c1672 const struct powerpc_opcode powerpc_opcodes[] = {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c1232 const struct powerpc_opcode *op;
1233 const struct powerpc_opcode *op_end;
2171 const struct powerpc_opcode *opcode;
2193 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, str);
2194 if (opcode == (const struct powerpc_opcode *) NULL)
4369 const struct powerpc_opcode *opcode;
4394 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, "nop");

Completed in 199 milliseconds