HomeSort by relevance Sort by last modified time
    Searched full:hasmips32 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 152 bool hasMips32() const { return MipsArchVersion >= Mips32; }
MipsSEISelLowering.cpp 318 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 &&
331 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 &&
MipsInstrInfo.td 160 def HasMips32 : Predicate<"Subtarget.hasMips32()">,
    [all...]

Completed in 70 milliseconds