Searched defs:MDS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dppc-dis.c670 /* 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(3
1702 #define MDS macro
[all...]

Completed in 78 milliseconds