Searched refs:PPC_OPCODE_POWER6 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h144 #define PPC_OPCODE_POWER6 0x4000000 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c86 dialect |= PPC_OPCODE_POWER4 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6 | PPC_OPCODE_ALTIVEC;
H A Dppc-opc.c1620 #define POWER6 PPC_OPCODE_POWER6
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c908 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6);
1337 && ((op->flags & PPC_OPCODE_POWER6) == 0
1338 || ((op->flags & PPC_OPCODE_POWER6)
1339 == (ppc_cpu & PPC_OPCODE_POWER6))))
5580 if ((ppc_cpu & PPC_OPCODE_POWER6) != 0)

Completed in 191 milliseconds