Searched refs:EVSEL (Results 1 – 1 of 1) sorted by relevance
/arch/powerpc/xmon/ |
D | ppc-opc.c | 1606 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) macro 1607 #define EVSEL_MASK EVSEL(0x3f, 0xff) 2307 { "evsel", EVSEL(4,79),EVSEL_MASK, PPCSPE, { RS, RA, RB, CRFS } },
|