Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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]>;
392 …: ProcessorModel<n, m, !listconcat(f, [HasE2, FeatureTrust, FeatureBTST16, FeatureNVIC, ProcCK802]…
/src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp332 if (STI.hasFeature(CSKY::HasE2)) in relaxInstruction()
H A DCSKYELFStreamer.cpp198 if (STI.hasFeature(CSKY::HasE2)) in emitTargetAttributes()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp839 } else if (getSTI().hasFeature(CSKY::HasE2) && in processLRW()