Searched refs:PPC_OPCODE_ANY (Results 1 – 8 of 8) sorted by relevance
90 dialect |= PPC_OPCODE_ANY; in powerpc_dialect()343 if ((dialect & PPC_OPCODE_ANY) != 0) in print_insn_powerpc()345 dialect = ~PPC_OPCODE_ANY; in print_insn_powerpc()
747 || (dialect & PPC_OPCODE_ANY) == 0 in valid_bo()863 || ((dialect & PPC_OPCODE_ANY) != 0 in insert_fxm()
185 (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
9 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
87 #define PPC_OPCODE_ANY 0x80 macro
684 static unsigned long ppc_cpu = PPC_OPCODE_ANY;917 ppc_cpu |= PPC_OPCODE_ANY; in parse_cpu()1137 if ((ppc_cpu & ~PPC_OPCODE_ANY) == 0) in ppc_set_cpu()1169 else if ((ppc_cpu & (PPC_OPCODE_COMMON | PPC_OPCODE_ANY)) != 0) in ppc_arch()1351 if ((ppc_cpu & PPC_OPCODE_ANY) != 0) in ppc_setup_opcodes()
982 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing984 (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu.985 (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.
595 -mcom support and PPC_OPCODE_ANY for -many.