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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 152 } else if (P.hasMips32()) {
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 192 bool hasMips32() const {
MipsSEISelLowering.cpp 530 if (Subtarget->hasMips32() && !Subtarget->hasMips32r6() &&
786 if (Subtarget->hasMips32() && N->getValueType(0) == MVT::i32 &&
    [all...]
MipsISelLowering.cpp 367 if (!Subtarget->hasMips32() || Subtarget->inMips16Mode())
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 66 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; }
75 return !hasMips32() && !hasMips3();
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 248 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
269 bool hasMips32() const {
    [all...]

Completed in 68 milliseconds