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 104 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2
105 bool HasMips4_32r2;
191 bool hasMips4_32r2() const { return HasMips4_32r2; }
MipsSubtarget.cpp 113 HasMips4_32r2(false), HasMips5_32r2(false), InMips16Mode(false),

Completed in 32 milliseconds