Searched defs:HasMips4_32 (Results 1 - 1 of 1) sorted by last modified time

/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 503 milliseconds