Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h79 #define PPC_OPCODE_601 0x20 macro
H A DChangeLog-91032615 * ppc.h (PPC_OPCODE_601): Define.
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c69 dialect |= (PPC_OPCODE_403 | PPC_OPCODE_601 | PPC_OPCODE_CLASSIC in powerpc_dialect()
H A Dppc-opc.c1632 #define M601 PPC_OPCODE_POWER | PPC_OPCODE_601
1633 #define PWRCOM PPC_OPCODE_POWER | PPC_OPCODE_601 | PPC_OPCODE_COMMON
1635 #define MFDEC2 PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE
H A DChangeLog-92973136 by Motorola PowerPC 601 with PPC_OPCODE_601.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c819 | PPC_OPCODE_601 | PPC_OPCODE_32); in parse_cpu()
1340 if ((ppc_cpu & PPC_OPCODE_601) != 0 in ppc_setup_opcodes()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92957022 PPC_OPCODE_601. If OBJ_ELF, accept -V and -Q.