Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h98 bool HasE1; variable
186 bool hasE1() const { return HasE1; } in hasE1()
H A DCSKYSubtarget.cpp75 HasE1 = false; in initializeSubtargetDependencies()
H A DCSKY.td265 def HasE1
266 : SubtargetFeature<"e1", "HasE1", "true", "Support CSKY e1 instructions",
269 AssemblerPredicate<(all_of HasE1),
274 [HasE1]>;
383 …: ProcessorModel<n, m, !listconcat(f, [HasE1, FeatureTrust, FeatureBTST16, ProcCK801]), !listconca…
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp196 if (STI.hasFeature(CSKY::HasE1)) in emitTargetAttributes()