Lines Matching defs:DX
337 /* The split D field in a DX form instruction. */
342 /* The split ND field in a DX form instruction.
343 This is the same as the DX field, only negated. */
1354 into separate DC, DM and DX fields. */
1373 /* The D field in a DX form instruction when the field is split
2438 /* An DX form instruction. */
2439 #define DX(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1))
2440 #define DX_MASK DX (0x3f, 0x1f)
4154 {"addpcis", DX(19,2), DX_MASK, POWER9, PPCVLE, {RT, DXD}},
4155 {"subpcis", DX(19,2), DX_MASK, POWER9, PPCVLE, {RT, NDXD}},