Lines Matching defs:Z
747 /* The SIMM field in a VX form instruction, and TE in Z form. */
847 /* The DCM and DGM fields in a Z form instruction. */
2605 /* A Z form instruction. */
2606 #define Z(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1))
2617 /* A Z form instruction with the RC bit specified. */
2618 #define ZRC(op, xop, rc) (Z ((op), (xop)) | ((rc) & 1))
2672 /* The mask for a Z form instruction. */
6421 {"dtstdc", Z(59,194), Z_MASK, POWER6, PPCVLE, {BF, FRA, DCM}},
6422 {"dtstdg", Z(59,226), Z_MASK, POWER6, PPCVLE, {BF, FRA, DGM}},
6779 {"xsrqpxp", Z(63,37), Z2_MASK, PPCVSX3, PPCVLE, {R, VD, VB, RMC}},
6834 {"dtstdcq", Z(63,194), Z_MASK, POWER6, PPCVLE, {BF, FRAp, DCM}},
6835 {"dtstdgq", Z(63,226), Z_MASK, POWER6, PPCVLE, {BF, FRAp, DGM}},