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 96 // Pseudo - This represents an instruction that is a pseudo instruction
99 Pseudo = 0,
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 53 Pseudo = 0,
399 if (Form == X86Local::Pseudo ||
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 100 Pseudo,
199 /// isPseudo - Return true if this is a pseudo instruction that doesn't
203 return Flags & (1 << MCID::Pseudo);
393 /// means that it is a pseudo instruction used at SelectionDAG time that is
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 296 // Pseudo instructions
297 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,
538 case X86II::Pseudo:

Completed in 84 milliseconds