Searched refs:XX4 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c927 /* The XC field in an XX4 form instruction. This is split. */
2174 /* The XC field in an XX4 form instruction. This is split. */
2602 /* An XX4 form instruction. */
2603 #define XX4(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3) << 4))
2663 /* The mask for an XX4 form instruction. */
2664 #define XX4_MASK XX4 (0x3f, 0x3)
6474 {"xxsel", XX4(60,3), XX4_MASK, PPCVSX, PPCVLE, {XT6, XA6, XB6, XC6}},
2600 #define XX4 macro

Completed in 120 milliseconds