Searched refs:powerpc_opcode (Results 1 – 9 of 9) sorted by relevance
31 struct powerpc_opcode struct65 extern const struct powerpc_opcode powerpc_opcodes[]; argument67 extern const struct powerpc_opcode vle_opcodes[];
1304 * ppc.h (struct powerpc_opcode): New field "deprecated".1338 (struct powerpc_opcode <flags>): Use it.
2611 * ppc.h (struct powerpc_opcode): Make operands field unsigned.
461 static const struct powerpc_opcode *464 const struct powerpc_opcode *opcode; in lookup_powerpc()465 const struct powerpc_opcode *opcode_end; in lookup_powerpc()506 static const struct powerpc_opcode *509 const struct powerpc_opcode *opcode; in lookup_vle()510 const struct powerpc_opcode *opcode_end; in lookup_vle()569 const struct powerpc_opcode *opcode; in print_insn_powerpc()
449 (powerpc_opcode): Update to not use old opcode flags, and avoid
1680 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
2780 const struct powerpc_opcode powerpc_opcodes[] = {6428 const struct powerpc_opcode vle_opcodes[] = {
1436 insn_validate (const struct powerpc_opcode *op) in insn_validate()1486 const struct powerpc_opcode *op; in ppc_setup_opcodes()1487 const struct powerpc_opcode *op_end; in ppc_setup_opcodes()2627 const struct powerpc_opcode *opcode; in md_assemble()2647 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, str); in md_assemble()2648 if (opcode == (const struct powerpc_opcode *) NULL) in md_assemble()5201 const struct powerpc_opcode *opcode; in ppc_znop()5222 opcode = (const struct powerpc_opcode *) hash_find (ppc_hash, "nop"); in ppc_znop()
5166 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode