Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c90 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()
H A Dppc-opc.c747 || (dialect & PPC_OPCODE_ANY) == 0 in valid_bo()
863 || ((dialect & PPC_OPCODE_ANY) != 0 in insert_fxm()
H A DChangeLog-0203185 (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
H A DChangeLog-00019 * ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h87 #define PPC_OPCODE_ANY 0x80 macro
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c684 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()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-0203982 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
984 (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.
H A DChangeLog-9295595 -mcom support and PPC_OPCODE_ANY for -many.