Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PPC_OP
arch/powerpc/xmon/ppc.h
218
#define PPC_OP(i) (((i) >> 26) & 0x3f)
tools/perf/util/annotate-arch/annotate-powerpc.c
9
#define PPC_OP(op) (((op) >> 26) & 0x3F)
tools/perf/util/disasm.c
867
#define PPC_OP(op) (((op) >> 26) & 0x3F)
tools/perf/util/dwarf-regs-arch/dwarf-regs-powerpc.c
11
#define PPC_OP(op) (((op) >> 26) & 0x3F)