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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h138 #define PPC_OPCODE_POWER5 0x1000000 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c78 dialect |= PPC_OPCODE_POWER4 | PPC_OPCODE_POWER5;
86 dialect |= PPC_OPCODE_POWER4 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6 | PPC_OPCODE_ALTIVEC;
H A Dppc-opc.c1619 #define POWER5 PPC_OPCODE_POWER5
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c902 | PPC_OPCODE_POWER5);
908 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6);
1334 && ((op->flags & PPC_OPCODE_POWER5) == 0
1335 || ((op->flags & PPC_OPCODE_POWER5)
1336 == (ppc_cpu & PPC_OPCODE_POWER5)))

Completed in 119 milliseconds