HomeSort by: relevance | last modified time | path
    Searched defs:EVSEL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4294 /* An EVSEL form instruction. */
4295 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3)
4296 #define EVSEL_MASK EVSEL(0x3f, 0xff)
5529 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4293 /* An EVSEL form instruction. */
4294 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3)
4295 #define EVSEL_MASK EVSEL(0x3f, 0xff)
5501 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4203 /* An EVSEL form instruction. */
4204 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3)
4205 #define EVSEL_MASK EVSEL(0x3f, 0xff)
5382 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4203 /* An EVSEL form instruction. */
4204 #define EVSEL(op, xop) (OP (op) | (((uint64_t)(xop)) & 0xff) << 3)
4205 #define EVSEL_MASK EVSEL(0x3f, 0xff)
5382 {"evsel", EVSEL(4,79), EVSEL_MASK, PPCSPE, 0, {RS, RA, RB, CRFS}},

Completed in 167 milliseconds