Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h146 bool HasEVA; variable
252 bool hasEVA() const { return HasEVA; } in hasEVA()
DMipsSubtarget.cpp73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM), in MipsSubtarget()
DMips.td168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
DMipsInstrInfo.td218 def HasEVA : Predicate<"Subtarget->hasEVA()">,
286 class INSN_EVA { list<Predicate> InsnPredicates = [HasEVA]; }
288 list<Predicate> InsnPredicates = [NotMips32r6, NotMips64r6, HasEVA];