Home
last modified time | relevance | path

Searched defs:PPC_OP (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/xmon/
H A Dppc.h218 #define PPC_OP(i) (((i) >> 26) & 0x3f) macro
/linux/tools/perf/util/
H A Ddisasm.c968 #define PPC_OP(op) (((op) >> 26) & 0x3F) macro