Searched refs:PPC_OP (Results 1 – 5 of 5) sorted by relevance
11 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro32 int opcode = PPC_OP(raw_insn); in get_offset_opcode()60 if ((op_loc->mem_ref) && (PPC_OP(raw_insn) != 31)) in get_powerpc_regs()
9 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro42 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse()82 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse()283 int opcode = PPC_OP(raw_insn); in check_ppc_insn()
218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
1299 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_bo()1329 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_boe()1967 if (PPC_OP (insn) == 4) in insert_sh6()1979 if (PPC_OP (insn) == 4) in extract_sh6()
867 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro