Home | History | Annotate | Download | only in opcodes

Lines Matching refs:XS

2161 /* The XT and XS fields in an XX1 or XX3 form instruction.  This is split.  */
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3474 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
3896 /* The XT and XS fields in an XX1 or XX3 form instruction. This is
3902 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
4930 /* An XS form instruction. */
4931 #define XS(op, xop, rc) \
4935 #define XS_MASK XS (0x3f, 0x1ff, 1)
8937 {"sradi", XS(31,413,0), XS_MASK, PPC64, 0, {RA, RS, SH6}},
8938 {"sradi.", XS(31,413,1), XS_MASK, PPC64, 0, {RA, RS, SH6}},
8993 {"extswsli", XS(31,445,0), XS_MASK, POWER9, 0, {RA, RS, SH6}},
8994 {"extswsli.", XS(31,445,1), XS_MASK, POWER9, 0, {RA, RS, SH6}},