Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h27 struct powerpc_opcode struct
56 extern const struct powerpc_opcode powerpc_opcodes[]; argument
H A DChangeLog-91032611 * ppc.h (struct powerpc_opcode): Make operands field unsigned.
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c191 const struct powerpc_opcode *opcode; in print_insn_powerpc()
192 const struct powerpc_opcode *opcode_end; in print_insn_powerpc()
H A DChangeLog-02031680 * ppc-opc.c (powerpc_opcode): Fix dssall operand list.
H A Dppc-opc.c1667 const struct powerpc_opcode powerpc_opcodes[] = {
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c1225 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()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-02035174 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode