Home
last modified time | relevance | path

Searched refs:PPC_22_30 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c54 #define PPC_22_30(R) (((R) >> 1) & 0x1ff) macro
226 mem_insns_31_opcode.value = PPC_22_30(raw_insn); in check_ppc_insn()
/linux/tools/perf/util/
H A Ddisasm.c688 #define PPC_22_30(R) (((R) >> 1) & 0x1ff) macro