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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h87 #define PPC_OPCODE_ANY 0x80 macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c90 dialect |= PPC_OPCODE_ANY;
343 if ((dialect & PPC_OPCODE_ANY) != 0)
345 dialect = ~PPC_OPCODE_ANY;
H A Dppc-opc.c749 || (dialect & PPC_OPCODE_ANY) == 0
865 || ((dialect & PPC_OPCODE_ANY) != 0
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c689 static unsigned long ppc_cpu = PPC_OPCODE_ANY;
923 ppc_cpu |= PPC_OPCODE_ANY;
1144 if ((ppc_cpu & ~PPC_OPCODE_ANY) == 0)
1176 else if ((ppc_cpu & (PPC_OPCODE_COMMON | PPC_OPCODE_ANY)) != 0)
1358 if ((ppc_cpu & PPC_OPCODE_ANY) != 0)

Completed in 129 milliseconds