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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 99 } else if (P.hasMips32()) {
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 190 bool hasMips32() const {
MipsISelLowering.cpp 407 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode())
    [all...]
MipsFastISel.cpp 195 bool ISASupported = !Subtarget->hasMips32r6() && Subtarget->hasMips32();
    [all...]
MipsSEISelLowering.cpp 534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() &&
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 &&
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 43 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; }
54 return !hasMips32() && !hasMips3();
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 445 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
483 bool hasMips32() const {
    [all...]

Completed in 2197 milliseconds