Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h101 bool Has2E3; variable
188 bool has2E3() const { return Has2E3; } in has2E3()
H A DCSKYSubtarget.cpp76 Has2E3 = false; in initializeSubtargetDependencies()
H A DCSKY.td279 def Has2E3 : SubtargetFeature<"2e3", "Has2E3", "true",
282 AssemblerPredicate<(all_of Has2E3),
286 "Support CSKY mp instructions", [Has2E3]>;
312 "Support CSKY 3e7 instructions", [Has2E3]>;
405 …: ProcessorModel<n, m, !listconcat(f, [Has2E3, HasMP, FeatureTrust, FeatureBTST16, FeatureNVIC, Fe…
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp250 if (!STI.hasFeature(CSKY::Has2E3)) in mayNeedRelaxation()
H A DCSKYELFStreamer.cpp201 if (STI.hasFeature(CSKY::Has2E3)) in emitTargetAttributes()
H A DCSKYMCCodeEmitter.cpp83 if (!STI.hasFeature(CSKY::Has2E3)) in expandJBTF()