Searched refs:Pseudo (Results 1 - 20 of 20) 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::__anon26042
/external/llvm/test/MC/Mips/
H A Dmips-noat.s15 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: Pseudo instruction requires $at, which is not available
29 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: Pseudo instruction requires $at, which is not available
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h30 Pseudo = (1<<0), enumerator in enum:llvm::SPII::__anon26142
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h103 Pseudo, enumerator in enum:llvm::MCID::__anon25536
223 return Flags & (1 << MCID::Pseudo);
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd22 # 7.20.2 Pseudo-random sequence generation functions
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h228 Pseudo = 0, enumerator in enum:llvm::X86II::__anon26173
652 case X86II::Pseudo:
H A DX86MCCodeEmitter.cpp1182 // Pseudo instructions don't get encoded.
1183 if ((TSFlags & X86II::FormMask) == X86II::Pseudo)
1267 case X86II::Pseudo:
1268 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::__anon25994
H A DARMMCCodeEmitter.cpp1652 // Pseudo instructions don't get encoded.
1655 if ((TSFlags & ARMII::FormMask) == ARMII::Pseudo)
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp59 void evaluateExpansion(Record *Pseudo);
95 "Pseudo operand type '" + DI->getDef()->getName() +
123 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
137 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
143 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() +
147 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.cpp81 Pseudo = 0, enumerator in enum:X86Local::__anon26608
233 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) {
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp347 if (((MI->getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo) &&
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h397 return hasProperty(MCID::Pseudo, Type);
758 // 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.cpp167 // Pseudo instructions do not need REX prefix byte.
168 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
1100 case X86II::Pseudo:
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp546 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/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp359 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
360 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
5576 // Pseudo-object operations and ivar references need special
H A DRewriteObjC.cpp303 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
304 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
4618 // 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 1317 milliseconds