Lines Matching refs:MDS
474 /* The MB or ME field in an MD or MDS form instruction. The high
503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
540 /* The RB field in an X, XO, M, or MDS form instruction. */
564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
1645 /* The MB or ME field in an MD or MDS form instruction. The high bit
2489 /* An MDS form instruction. */
2490 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1))
2491 #define MDS_MASK MDS (0x3f, 0xf, 1)
4653 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}},
4654 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}},
4655 {"rotld.", MDS(30,8,1), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}},
4656 {"rldcl.", MDS(30,8,1), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}},
4658 {"rldcr", MDS(30,9,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, ME6}},
4659 {"rldcr.", MDS(30,9,1), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, ME6}},