Searched refs:EVSEL (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog-0203 | 1321 (EVSEL, EVSEL_MASK): New instruction form and mask for EVSEL.
|
D | ppc-opc.c | 2494 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) macro 2495 #define EVSEL_MASK EVSEL(0x3f, 0xff) 3381 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},
|