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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4865 #define XISEL(op, xop, cr) (OP (op) | ((xop) << 1) | ((cr) << 6))
4866 #define XISEL_MASK XISEL(0x3f, 0x1f, 0)
7246 {"isellt", XISEL(31,15,0), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7247 {"iselgt", XISEL(31,15,1), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7248 {"iseleq", XISEL(31,15,2), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7249 {"isel", XISEL(31,15,0), XISEL_MASK, PPCISEL|TITAN, 0, {RT, RA0, RB, BC}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4849 #define XISEL(op, xop, cr) (OP (op) | ((xop) << 1) | ((cr) << 6))
4850 #define XISEL_MASK XISEL(0x3f, 0x1f, 0)
7218 {"isellt", XISEL(31,15,0), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7219 {"iselgt", XISEL(31,15,1), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7220 {"iseleq", XISEL(31,15,2), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7221 {"isel", XISEL(31,15,0), XISEL_MASK, PPCISEL|TITAN, 0, {RT, RA0, RB, BC}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4730 #define XISEL(op, xop, cr) (OP (op) | ((xop) << 1) | ((cr) << 6))
4731 #define XISEL_MASK XISEL(0x3f, 0x1f, 0)
7099 {"isellt", XISEL(31,15,0), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7100 {"iselgt", XISEL(31,15,1), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7101 {"iseleq", XISEL(31,15,2), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7102 {"isel", XISEL(31,15,0), XISEL_MASK, PPCISEL|TITAN, 0, {RT, RA0, RB, BC}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4730 #define XISEL(op, xop, cr) (OP (op) | ((xop) << 1) | ((cr) << 6))
4731 #define XISEL_MASK XISEL(0x3f, 0x1f, 0)
7099 {"isellt", XISEL(31,15,0), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7100 {"iselgt", XISEL(31,15,1), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7101 {"iseleq", XISEL(31,15,2), X_MASK, PPCISEL, EXT, {RT, RA0, RB}},
7102 {"isel", XISEL(31,15,0), XISEL_MASK, PPCISEL|TITAN, 0, {RT, RA0, RB, BC}},

Completed in 65 milliseconds