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

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 30 Pseudo = (1<<0),
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 91 // Pseudo - This represents an instruction that is a pseudo instruction
94 Pseudo = 0,
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 44 Pseudo = 0,
374 if (Form == X86Local::Pseudo ||
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 100 Pseudo,
279 /// isPseudo - Return true if this is a pseudo instruction that doesn't
283 return Flags & (1 << MCID::Pseudo);
479 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 324 // Pseudo instructions
325 Pseudo = 0 << FormShift,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 176 // PseudoFrm - This represents an instruction that is a pseudo instruction
179 Pseudo = 0,
476 case X86II::Pseudo:

Completed in 124 milliseconds