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

/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.h54 void evaluateExpansion(Record *Pseudo);
H A DX86RecognizableInstr.cpp53 Pseudo = 0, enumerator in enum:X86Local::__anon8000
400 if (Form == X86Local::Pseudo ||
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h30 Pseudo = (1<<0), enumerator in enum:llvm::SPII::__anon7657
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h100 Pseudo, enumerator in enum:llvm::MCID::__anon7170
202 return Flags & (1 << MCID::Pseudo);
/external/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/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h185 Pseudo = 0, enumerator in enum:llvm::X86II::__anon7687
493 case X86II::Pseudo:
H A DX86MCCodeEmitter.cpp956 // Pseudo instructions don't get encoded.
957 if ((TSFlags & X86II::FormMask) == X86II::Pseudo)
1002 case X86II::Pseudo:
1003 llvm_unreachable("Pseudo instruction shouldn't be emitted");
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h356 // Pseudo instructions
357 Pseudo = 0 << FormShift, enumerator in enum:llvm::ARMII::__anon7561
H A DARMMCCodeEmitter.cpp1467 // Pseudo instructions don't get encoded.
1470 if ((TSFlags & ARMII::FormMask) == ARMII::Pseudo)
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h91 // Pseudo - This represents an instruction that is a pseudo instruction
94 Pseudo = 0, enumerator in enum:llvm::MipsII::__anon7619
H A DMipsMCCodeEmitter.cpp125 // 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/
H A DMachineInstr.h338 return hasProperty(MCID::Pseudo, Type);
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp384 if ((MI.getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo)
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp153 // Pseudo instructions do not need REX prefix byte.
154 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
730 case X86II::Pseudo:
/external/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/ARM/
H A DARMCodeEmitter.cpp562 case ARMII::Pseudo:
/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/
H A DRewriteModernObjC.cpp314 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
315 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
5170 // Pseudo-object operations and ivar references need special
H A DRewriteObjC.cpp300 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
301 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
4672 // Pseudo-object operations and ivar references need special

Completed in 413 milliseconds