/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); 417 /// 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, 600 case X86II::Pseudo:
|
X86MCCodeEmitter.cpp | [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 339 // Pseudo instructions 340 Pseudo = 0 << FormShift,
|
ARMMCCodeEmitter.cpp | [all...] |
/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 | 55 Pseudo = 0, 488 if (Form == X86Local::Pseudo || [all...] |
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 215 ([a-zA-Z-]+) # a pseudo element, class, or function 220 pseudo = p.group(1).strip().splitlines()[0] 221 if _strip_prefix(pseudo.lower()) in pseudo_elements: 222 errors.append(' :%s (should be ::%s)' % (pseudo, pseudo)) 311 { 'desc': 'Pseudo-elements should use double colon (i.e. ::after).',
|
/external/llvm/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 117 /// Expand pseudo instructions with accumulator register operands. 121 /// \brief Expand pseudo instruction. Return true if MI was expanded. 282 // Expand pseudo instruction. Skip if MI was not expanded. 283 if (((MI->getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo) &&
|
/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 166 // Pseudo instructions do not need REX prefix byte. 167 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 | 580 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...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |