Home
last modified time | relevance | path

Searched refs:powerpc_opcode (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dppc.h31 struct powerpc_opcode struct
65 extern const struct powerpc_opcode powerpc_opcodes[]; argument
67 extern const struct powerpc_opcode vle_opcodes[];
DChangeLog1304 * ppc.h (struct powerpc_opcode): New field "deprecated".
1338 (struct powerpc_opcode <flags>): Use it.
DChangeLog-91032611 * ppc.h (struct powerpc_opcode): Make operands field unsigned.
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c461 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()
DChangeLog-2010449 (powerpc_opcode): Update to not use old opcode flags, and avoid
DChangeLog-02031680 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
Dppc-opc.c2780 const struct powerpc_opcode powerpc_opcodes[] = {
6428 const struct powerpc_opcode vle_opcodes[] = {
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1436 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()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02035166 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode