Searched refs:HasEVA (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 146 bool HasEVA; variable 252 bool hasEVA() const { return HasEVA; } in hasEVA()
|
D | MipsSubtarget.cpp | 73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM), in MipsSubtarget()
|
D | Mips.td | 168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
|
D | MipsInstrInfo.td | 218 def HasEVA : Predicate<"Subtarget->hasEVA()">, 286 class INSN_EVA { list<Predicate> InsnPredicates = [HasEVA]; } 288 list<Predicate> InsnPredicates = [NotMips32r6, NotMips64r6, HasEVA];
|