Lines Matching defs:XS
564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
903 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
908 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
2073 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
2092 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
2842 /* An XS form instruction. */
2843 #define XS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 2) | (((unsigned long)(rc)) & 1))
2844 #define XS_MASK XS (0x3f, 0x1ff, 1)
6087 {"sradi", XS(31,413,0), XS_MASK, PPC64, 0, {RA, RS, SH6}},
6088 {"sradi.", XS(31,413,1), XS_MASK, PPC64, 0, {RA, RS, SH6}},
6137 {"extswsli", XS(31,445,0), XS_MASK, POWER9, 0, {RA, RS, SH6}},
6138 {"extswsli.", XS(31,445,1), XS_MASK, POWER9, 0, {RA, RS, SH6}},