Home | History | Annotate | Download | only in qemu

Lines Matching defs:MDS

670   /* The MB or ME field in an MD or MDS form instruction.  The high
688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
723 /* The RB field in an X, XO, M, or MDS form instruction. */
734 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
1334 /* The MB or ME field in an MD or MDS form instruction. The high bit
1706 /* An MDS form instruction. */
1707 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1))
1708 #define MDS_MASK MDS (0x3f, 0xf, 1)
3391 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC64, { RA, RS, RB } },
3392 { "rldcl", MDS(30,8,0), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3393 { "rotld.", MDS(30,8,1), MDSMB_MASK, PPC64, { RA, RS, RB } },
3394 { "rldcl.", MDS(30,8,1), MDS_MASK, PPC64, { RA, RS, RB, MB6 } },
3396 { "rldcr", MDS(30,9,0), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },
3397 { "rldcr.", MDS(30,9,1), MDS_MASK, PPC64, { RA, RS, RB, ME6 } },