Home
last modified time | relevance | path

Searched refs:HasEVA (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.h176 bool HasEVA; variable
324 bool hasEVA() const { return HasEVA; } in hasEVA()
DMipsSubtarget.cpp84 HasEVA(false), DisableMadd4(false), HasMT(false), HasCRC(false), in MipsSubtarget()
DMips.td168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
DMipsInstrInfo.td240 def HasEVA : Predicate<"Subtarget->hasEVA()">,
384 class ASE_EVA { list<Predicate> ASEPredicate = [HasEVA]; }