Home
last modified time | relevance | path

Searched refs:HasE2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h100 bool HasE2; variable
187 bool hasE2() const { return HasE2; } in hasE2()
H A DCSKYSubtarget.cpp75 HasE2 = false; in initializeSubtargetDependencies()
H A DCSKY.td272 def HasE2
273 : SubtargetFeature<"e2", "HasE2", "true", "Support CSKY e2 instructions",
276 AssemblerPredicate<(all_of HasE2),
280 "Support CSKY 2e3 instructions", [HasE2]>;
390 …: ProcessorModel<n, m, !listconcat(f, [HasE2, FeatureTrust, FeatureBTST16, FeatureNVIC, ProcCK802]…
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp333 if (STI.getFeatureBits()[CSKY::HasE2]) in relaxInstruction()
H A DCSKYELFStreamer.cpp199 if (STI.hasFeature(CSKY::HasE2)) in emitTargetAttributes()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp837 } else if (getSTI().getFeatureBits()[CSKY::HasE2] && in processLRW()