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/
MipsSubtarget.h 107 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2
108 bool HasMips4_32r2;
189 bool hasMips4_32r2() const { return HasMips4_32r2; }
MipsSubtarget.cpp 70 HasMips4_32r2(false), HasMips5_32r2(false), InMips16Mode(false),

Completed in 56 milliseconds