Searched refs:HasMips4_32r2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h136 // HasMips4_32r2 - Has the subset of MIPS-IV present in MIPS32r2
137 bool HasMips4_32r2; member in class:llvm::MipsSubtarget
253 bool hasMips4_32r2() const { return HasMips4_32r2; }
H A DMipsSubtarget.cpp80 HasMips4_32r2(false), HasMips5_32r2(false), InMips16Mode(false),

Completed in 108 milliseconds