Home
last modified time | relevance | path

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

/linux/tools/perf/util/dwarf-regs-arch/
H A Ddwarf-regs-powerpc.c11 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
32 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()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c9 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
42 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()
/linux/arch/powerpc/xmon/
H A Dppc.h218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
H A Dppc-opc.c1299 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()
/linux/tools/perf/util/
H A Ddisasm.c867 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro