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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 102 // Pseudo - This represents an instruction that is a pseudo instruction
105 Pseudo = 0,
  /external/llvm/test/MC/Mips/
mips-noat.s 15 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/
SparcInstrInfo.h 30 Pseudo = (1<<0),
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 103 Pseudo,
219 /// \brief Return true if this is a pseudo instruction that doesn't
223 return Flags & (1 << MCID::Pseudo);
436 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 22 # 7.20.2 Pseudo-random sequence generation functions
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 225 // PseudoFrm - This represents an instruction that is a pseudo instruction
228 Pseudo = 0,
652 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 23 #define DEBUG_TYPE "pseudo-lowering"
37 CodeGenInstruction Source; // The source pseudo instruction definition.
59 void evaluateExpansion(Record *Pseudo);
64 /// run - Output the pseudo-lowerings.
69 // FIXME: This pass currently can only expand a pseudo to a single instruction.
70 // The pseudo expansion really should take a list of dags, not just
92 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!");
95 "Pseudo operand type '" + DI->getDef()->getName() +
117 llvm_unreachable("Unhandled pseudo-expansion argument type!");
123 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n")
    [all...]
X86RecognizableInstr.cpp 81 Pseudo = 0,
233 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) {
    [all...]
  /external/chromium_org/chrome/browser/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 129 /// Expand pseudo instructions with accumulator register operands.
133 /// \brief Expand pseudo instruction. Return true if MI was expanded.
346 // Expand pseudo instruction. Skip if MI was not expanded.
347 if (((MI->getDesc().TSFlags & MipsII::FormMask) == MipsII::Pseudo) &&
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 393 /// isPseudo - Return true if this is a pseudo instruction that doesn't
397 return hasProperty(MCID::Pseudo, Type);
582 /// means that it is a pseudo instruction used at SelectionDAG time that is
758 // 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 167 // Pseudo instructions do not need REX prefix byte.
168 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 546 case ARMII::Pseudo:
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 359 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
360 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]
RewriteObjC.cpp 303 Stmt *RewritePropertyOrImplicitGetter(PseudoObjectExpr *Pseudo);
304 Stmt *RewritePropertyOrImplicitSetter(PseudoObjectExpr *Pseudo);
    [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 634 milliseconds