Searched refs:EVSEL (Results 1 - 1 of 1) sorted by relevance

/external/qemu/disas/
H A Dppc.c1679 /* An EVSEL form instruction. */
1680 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3)
1681 #define EVSEL_MASK EVSEL(0x3f, 0xff)
2387 { "evsel", EVSEL(4,79),EVSEL_MASK, PPCSPE, { RS, RA, RB, CRFS } },
1675 #define EVSEL macro

Completed in 174 milliseconds