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

/external/llvm/lib/Analysis/
H A DDebugInfo.cpp60 if (MDString *MDS = dyn_cast_or_null<MDString>(DbgNode->getOperand(Elt)))
61 return MDS->getString();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp596 } else if (const MDString *MDS = dyn_cast<MDString>(Vals[i].first)) {
610 Record.append(MDS->begin(), MDS->end());
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1559 if (const MDString *MDS = dyn_cast<MDString>(MD->getOperand(2)))
1560 OS << "!\"" << MDS->getString() << '\"';
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c45 /* The 4x4 MDS Linear Transform */
47 static const unsigned char MDS[4][4] = {
169 /* computes [y0 y1 y2 y3] = MDS . [x0] */
211 /* Computes [y0 y1 y2 y3] = MDS . [x0 x1 x2 x3] */
317 /* multiply g by a column of the MDS */
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1048 if (const MDString *MDS = dyn_cast<MDString>(V)) {
1050 PrintEscapedString(MDS->getString(), Out);
/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...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex662 by the polynomials 5B and EF used in the MDS multiplication. As a result the code is faster and slightly larger. The
663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the

Completed in 169 milliseconds