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/MCTargetDesc/
MipsBaseInfo.h 102 // Pseudo - This represents an instruction that is a pseudo instruction
105 Pseudo = 0,
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 55 Pseudo = 0,
488 if (Form == X86Local::Pseudo ||
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 102 Pseudo,
200 /// \brief Return true if this is a pseudo instruction that doesn't
204 return Flags & (1 << MCID::Pseudo);
417 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 339 // Pseudo instructions
340 Pseudo = 0 << FormShift,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 225 // PseudoFrm - This represents an instruction that is a pseudo instruction
228 Pseudo = 0,
600 case X86II::Pseudo:

Completed in 77 milliseconds