Searched refs:Pseudo (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h102 // Pseudo - This represents an instruction that is a pseudo instruction
105 Pseudo = 0, enumerator in enum:llvm::MipsII::__anon22351
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h30 Pseudo = (1<<0), enumerator in enum:llvm::SPII::__anon22426
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dcss.php193 //CSS Pseudo classes
H A Dobjc.php62 //Pseudo-Highlighting of the @-sign before strings
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h102 Pseudo, enumerator in enum:llvm::MCID::__anon21882
204 return Flags & (1 << MCID::Pseudo);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h228 Pseudo = 0, enumerator in enum:llvm::X86II::__anon22466
600 case X86II::Pseudo:
H A DX86MCCodeEmitter.cpp1193 // Pseudo instructions don't get encoded.
1194 if ((TSFlags & X86II::FormMask) == X86II::Pseudo)
1236 case X86II::Pseudo:
1237 llvm_unreachable("Pseudo instruction shouldn't be emitted");
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h339 // Pseudo instructions
340 Pseudo = 0 << FormShift, enumerator in enum:llvm::ARMII::__anon22305
H A DARMMCCodeEmitter.cpp1521 // Pseudo instructions don't get encoded.
1524 if ((TSFlags & ARMII::FormMask) == ARMII::Pseudo)
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp58 void evaluateExpansion(Record *Pseudo);
94 "Pseudo operand type '" + DI->getDef()->getName() +
122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
136 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
142 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
146 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
183 "Pseudo output operand '" + Dag->getArgName(i) +
199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
H A DX86RecognizableInstr.cpp55 Pseudo = 0, enumerator in enum:X86Local::__anon22874
488 if (Form == X86Local::Pseudo ||
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp283 if (((MI->getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo) &&
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h342 return hasProperty(MCID::Pseudo, Type);
694 // Pseudo-instructions that don't produce any real output.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2587 var parser = Selectors.Pseudo.get(pn);
2768 Selectors.Pseudo = new Hash({
2789 return Selectors.Pseudo.index.call(this, 0);
2815 if (parsed.special != 'n') return Selectors.Pseudo[parsed.special].call(this, parsed.a, local);
2846 return Selectors.Pseudo['nth-child'].call(this, '2n+1', local);
2850 return Selectors.Pseudo['nth-child'].call(this, '2n', local);
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp166 // Pseudo instructions do not need REX prefix byte.
167 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
1164 case X86II::Pseudo:
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp580 case ARMII::Pseudo:
/external/bison/
H A Dconfigure11158 { /* Pseudo-NaN. */
11171 { /* Pseudo-Infinity. */
11184 { /* Pseudo-Zero. */
11210 { /* Pseudo-Denormal. */
15567 /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
15568 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
15574 { /* Pseudo-NaN. */
15580 { /* Pseudo
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex359 \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
2661 \chapter{Pseudo-Random Number Generators}
2663 The library provides an array of core functions for Pseudo-Random Number Generators (PRNGs) as well. A cryptographic PRNG is
4924 \mysection{Secure Pseudo Random Number Generators}
5858 \mysection{Pseudo--Random Number Generators}
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp302 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
303 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
4669 // Pseudo-object operations and ivar references need special
H A DRewriteModernObjC.cpp344 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
345 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
5649 // Pseudo-object operations and ivar references need special
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids2805 3744 STLINK Pseudo disk

Completed in 3454 milliseconds