Searched refs:PPCISEL (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/powerpc/xmon/ |
D | ppc-opc.c | 1907 #define PPCISEL PPC_OPCODE_ISEL macro 3383 { "isellt", X(31,15), X_MASK, PPCISEL, { RT, RA, RB } }, 3384 { "iselgt", X(31,47), X_MASK, PPCISEL, { RT, RA, RB } }, 3385 { "iseleq", X(31,79), X_MASK, PPCISEL, { RT, RA, RB } }, 3386 { "isel", XISEL(31,15), XISEL_MASK, PPCISEL, { RT, RA, RB, CRB } },
|