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

  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.h 32 CodeGenInstruction Source; // The source pseudo instruction definition.
54 void evaluateExpansion(Record *Pseudo);
59 /// run - Output the pseudo-lowerings.
X86RecognizableInstr.cpp 53 Pseudo = 0,
400 if (Form == X86Local::Pseudo ||
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 30 Pseudo = (1<<0),
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 100 Pseudo,
198 /// isPseudo - Return true if this is a pseudo instruction that doesn't
202 return Flags & (1 << MCID::Pseudo);
386 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 182 // PseudoFrm - This represents an instruction that is a pseudo instruction
185 Pseudo = 0,
493 case X86II::Pseudo:
X86MCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 356 // Pseudo instructions
357 Pseudo = 0 << FormShift,
ARMMCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 91 // Pseudo - This represents an instruction that is a pseudo instruction
94 Pseudo = 0,
MipsMCCodeEmitter.cpp 125 // Pseudo instructions don't get encoded and shouldn't be here
127 if ((TSFlags & MipsII::FormMask) == MipsII::Pseudo)
128 llvm_unreachable("Pseudo opcode found in EncodeInstruction()");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 334 /// isPseudo - Return true if this is a pseudo instruction that doesn't
338 return hasProperty(MCID::Pseudo, Type);
507 /// means that it is a pseudo instruction used at SelectionDAG time that is
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 383 // Skip pseudo instructions.
384 if ((MI.getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo)
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 153 // Pseudo instructions do not need REX prefix byte.
154 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
604 // If this is a pseudo instruction, lower it.
730 case X86II::Pseudo:
735 llvm_unreachable("pseudo instructions should be removed before code"
760 // This emits the "call" portion of this pseudo instruction.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 562 case ARMII::Pseudo:
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [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/
RewriteModernObjC.cpp 314 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
315 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]
RewriteObjC.cpp 300 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
301 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]

Completed in 664 milliseconds