Home
last modified time | relevance | path

Searched refs:PPC_OPCODE_ANY (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dppc.h99 #define PPC_OPCODE_ANY 0x20 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dppc-dis.c98 PPC_OPCODE_ANY },
321 dialect = ppc_parse_cpu (dialect, &sticky, "power9") | PPC_OPCODE_ANY; in powerpc_init_dialect()
636 if (opcode == NULL && (dialect & PPC_OPCODE_ANY) != 0) in print_insn_powerpc()
DChangeLog-0203185 (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
DChangeLog-00019 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
Dppc-opc.c1287 if (extract && dialect == ~(ppc_cpu_t) PPC_OPCODE_ANY) in valid_bo()
1442 || ((dialect & PPC_OPCODE_ANY) != 0 in insert_fxm()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c1336 if ((ppc_cpu & ~(ppc_cpu_t) PPC_OPCODE_ANY) == 0) in ppc_set_cpu()
1370 if ((ppc_cpu & (PPC_OPCODE_COMMON | PPC_OPCODE_ANY)) != 0) in ppc_arch()
1586 if ((ppc_cpu & PPC_OPCODE_ANY) != 0) in ppc_setup_opcodes()
1645 if ((macro->flags & ppc_cpu) != 0 || (ppc_cpu & PPC_OPCODE_ANY) != 0) in ppc_setup_opcodes()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-0203977 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
979 (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu.
980 (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.
DChangeLog-9295595 -mcom support and PPC_OPCODE_ANY for -many.