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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h74 #define PPC_OPCODE_64 0x10 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c45 dialect |= PPC_OPCODE_64;
95 dialect &= ~PPC_OPCODE_64;
97 dialect |= PPC_OPCODE_64;
H A Dppc-opc.c1623 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c875 ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_CLASSIC | PPC_OPCODE_64;
880 | PPC_OPCODE_64_BRIDGE | PPC_OPCODE_64);
891 | PPC_OPCODE_BOOKE64 | PPC_OPCODE_64);
896 | PPC_OPCODE_64 | PPC_OPCODE_POWER4);
901 | PPC_OPCODE_64 | PPC_OPCODE_POWER4
907 | PPC_OPCODE_64 | PPC_OPCODE_POWER4
913 | PPC_OPCODE_64 | PPC_OPCODE_POWER4
1147 ppc_cpu |= PPC_OPCODE_PPC | PPC_OPCODE_CLASSIC | PPC_OPCODE_64;
1318 if ((op->flags & ppc_cpu & ~(PPC_OPCODE_32 | PPC_OPCODE_64)) != 0
1319 && ((op->flags & (PPC_OPCODE_32 | PPC_OPCODE_64))
[all...]

Completed in 134 milliseconds