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

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 32 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 94 Pseudo = 0,
251 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) {
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 100 Pseudo,
206 /// \brief Return true if this is a pseudo instruction that doesn't
208 bool isPseudo() const { return Flags & (1 << MCID::Pseudo); }
410 /// this is true for the instruction, it basically means that it is a pseudo
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 339 // Pseudo instructions
340 Pseudo = 0 << FormShift,

Completed in 177 milliseconds