Home
last modified time | relevance | path

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

/linux/tools/perf/arch/powerpc/util/
A Ddwarf-regs.c102 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
123 int opcode = PPC_OP(raw_insn); in get_offset_opcode()
151 if ((op_loc->mem_ref) && (PPC_OP(raw_insn) != 31)) in get_powerpc_regs()
/linux/tools/perf/arch/powerpc/annotate/
A Dinstructions.c52 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
195 int opcode = PPC_OP(raw_insn); in check_ppc_insn()
/linux/arch/powerpc/xmon/
A Dppc.h218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
A Dppc-opc.c1300 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_bo()
1330 else if (PPC_OP (insn) == 19 && (insn & 0x400) && ! (value & 4)) in insert_boe()
1968 if (PPC_OP (insn) == 4) in insert_sh6()
1980 if (PPC_OP (insn) == 4) in extract_sh6()
/linux/tools/perf/util/
A Ddisasm.c718 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse()
758 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse()
967 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro

Completed in 23 milliseconds