Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/xmon/
Dppc-dis.c185 if ((dialect & PPC_OPCODE_ANY) != 0) in print_insn_powerpc()
187 dialect = ~PPC_OPCODE_ANY; in print_insn_powerpc()
Dppc.h87 #define PPC_OPCODE_ANY 0x80 macro
Dppc-opc.c1070 || ((dialect & PPC_OPCODE_ANY) != 0 in insert_fxm()