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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h174 // HasEVA -- supports EVA ASE.
175 bool HasEVA; member in class:llvm::MipsSubtarget
323 bool hasEVA() const { return HasEVA; }
H A DMipsSubtarget.cpp84 HasEVA(false), DisableMadd4(false), HasMT(false), HasCRC(false),

Completed in 67 milliseconds