Lines Matching refs:CK810
355 def ProcCK810 : SubtargetFeature<"ck810", "CSKYProcFamily", "CK810",
585 // CK810 series
586 class CK810<string n, SchedMachineModel m, list<SubtargetFeature> f,
592 def : CK810<"ck810", NoSchedModel, []>;
593 def : CK810<"ck810e", NoSchedModel, []>;
594 def : CK810<"ck810t", NoSchedModel, []>;
595 def : CK810<"ck810et", NoSchedModel, []>;
596 def : CK810<"c810", NoSchedModel,
599 def : CK810<"ck810f", NoSchedModel,
602 def : CK810<"ck810ef", NoSchedModel,
605 def : CK810<"ck810ft", NoSchedModel,
608 def : CK810<"ck810eft", NoSchedModel,
611 def : CK810<"c810t", NoSchedModel,
617 : CK810<n, m, !listconcat(f, [FeatureVDSPV1_128, ProcCK810V]), !listconcat(tunef, [])>;