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