Searched defs:HasMips4_32 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h101 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32
102 bool HasMips4_32; member in class:llvm::MipsSubtarget
190 bool hasMips4_32() const { return HasMips4_32; }

Completed in 431 milliseconds