Searched refs:PPC_OP (Results 1 – 5 of 5) sorted by relevance
199 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
620 (PPC_OP): Use a variable shift amount.
347 unsigned op = PPC_OP (powerpc_opcodes[i].opcode); in disassemble_init_powerpc()469 op = PPC_OP (insn); in lookup_powerpc()513 op = PPC_OP (insn); in lookup_vle()
1214 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_bo()1244 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_boe()
1542 int old_opcode = PPC_OP (op[-1].opcode); in ppc_setup_opcodes()1543 int new_opcode = PPC_OP (op[0].opcode); in ppc_setup_opcodes()