Searched refs:powerpc_opcode (Results 1 – 7 of 7) sorted by relevance
27 struct powerpc_opcode struct56 extern const struct powerpc_opcode powerpc_opcodes[]; argument
2611 * ppc.h (struct powerpc_opcode): Make operands field unsigned.
191 const struct powerpc_opcode *opcode; in print_insn_powerpc()192 const struct powerpc_opcode *opcode_end; in print_insn_powerpc()
1680 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
1667 const struct powerpc_opcode powerpc_opcodes[] = {
1225 const struct powerpc_opcode *op; in ppc_setup_opcodes()1226 const struct powerpc_opcode *op_end; in ppc_setup_opcodes()2160 const struct powerpc_opcode *opcode; in md_assemble()2182 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, str); in md_assemble()2183 if (opcode == (const struct powerpc_opcode *) NULL) in md_assemble()4353 const struct powerpc_opcode *opcode; in ppc_znop()4378 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, "nop"); in ppc_znop()
5174 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode