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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h133 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32
134 bool HasMips4_32; member in class:llvm::MipsSubtarget
252 bool hasMips4_32() const { return HasMips4_32; }
H A DMipsSubtarget.cpp79 HasMips3_32(false), HasMips3_32r2(false), HasMips4_32(false),

Completed in 110 milliseconds