Home
last modified time | relevance | path

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

/external/qemu/
Dppc-dis.c107 #define PPC_OPCODE_ANY 0x80 macro
1087 || (dialect & PPC_OPCODE_ANY) == 0 in valid_bo()
1203 || ((dialect & PPC_OPCODE_ANY) != 0 in insert_fxm()
5141 dialect |= PPC_OPCODE_ANY; in powerpc_dialect()
5402 if ((dialect & PPC_OPCODE_ANY) != 0) in print_insn_powerpc()
5404 dialect = ~PPC_OPCODE_ANY; in print_insn_powerpc()