Searched refs:PPC_OP (Results 1 – 2 of 2) sorted by relevance
51 op = PPC_OP (insn); in print_insn_powerpc()66 table_op = PPC_OP (opcode->opcode); in print_insn_powerpc()
150 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro