Home
last modified time | relevance | path

Searched refs:XISEL (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dppc-opc.c2530 #define XISEL(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1)) macro
2531 #define XISEL_MASK XISEL(0x3f, 0x1f)
4452 {"isel", XISEL(31,15), XISEL_MASK, PPCISEL|TITAN|PPCVLE, PPCNONE, {RT, RA0, RB, CRB}},
DChangeLog-02031323 (XISEL, XISEL_MASK): New instruction form and mask for ISEL.