Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddwarf-regs-powerpc.c10 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
31 int opcode = PPC_OP(raw_insn); in get_offset_opcode()
59 if ((op_loc->mem_ref) && (PPC_OP(raw_insn) != 31)) in get_powerpc_regs()
H A Ddisasm.c719 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse()
759 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse()
968 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
/linux-6.15/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c52 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro
195 int opcode = PPC_OP(raw_insn); in check_ppc_insn()
/linux-6.15/arch/powerpc/xmon/
H A Dppc.h218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
H 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()