HomeSort by relevance Sort by last modified time
    Searched refs:Pseudo (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 102 // Pseudo - This represents an instruction that is a pseudo instruction
105 Pseudo = 0,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 30 Pseudo = (1<<0),
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 102 Pseudo,
200 /// \brief Return true if this is a pseudo instruction that doesn't
204 return Flags & (1 << MCID::Pseudo);
405 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 225 // PseudoFrm - This represents an instruction that is a pseudo instruction
228 Pseudo = 0,
538 case X86II::Pseudo:
X86MCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 296 // Pseudo instructions
297 Pseudo = 0 << FormShift,
ARMMCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 118 /// \brief Expand pseudo instruction. Return true if MI was expanded.
279 // Expand pseudo instruction. Skip if MI was not expanded.
280 if (((MI->getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo) &&
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 10 #define DEBUG_TYPE "pseudo-lowering"
36 CodeGenInstruction Source; // The source pseudo instruction definition.
58 void evaluateExpansion(Record *Pseudo);
63 /// run - Output the pseudo-lowerings.
68 // FIXME: This pass currently can only expand a pseudo to a single instruction.
69 // The pseudo expansion really should take a list of dags, not just
91 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
94 "Pseudo operand type '" + DI->getDef()->getName() +
116 llvm_unreachable("Unhandled pseudo-expansion argument type!");
122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n")
    [all...]
X86RecognizableInstr.cpp 52 Pseudo = 0,
399 if (Form == X86Local::Pseudo ||
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 338 /// isPseudo - Return true if this is a pseudo instruction that doesn't
342 return hasProperty(MCID::Pseudo, Type);
527 /// means that it is a pseudo instruction used at SelectionDAG time that is
694 // Pseudo-instructions that don't produce any real output.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 171 // Pseudo instructions do not need REX prefix byte.
172 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 578 case ARMII::Pseudo:
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
359 \index{Pseudo Random Number Generator} \index{PRNG}
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 302 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
303 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]
RewriteModernObjC.cpp 344 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
345 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]
  /external/bison/
configure     [all...]

Completed in 446 milliseconds