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

  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 229 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2())
231 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2())
MipsSubtarget.h 104 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2
105 bool HasMips4_32r2;
191 bool hasMips4_32r2() const { return HasMips4_32r2; }

Completed in 34 milliseconds