Searched refs:Has2E3 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYSubtarget.h | 101 bool Has2E3; variable 188 bool has2E3() const { return Has2E3; } in has2E3()
|
H A D | CSKYSubtarget.cpp | 76 Has2E3 = false; in initializeSubtargetDependencies()
|
H A D | CSKY.td | 279 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 D | CSKYAsmBackend.cpp | 250 if (!STI.hasFeature(CSKY::Has2E3)) in mayNeedRelaxation()
|
H A D | CSKYELFStreamer.cpp | 201 if (STI.hasFeature(CSKY::Has2E3)) in emitTargetAttributes()
|
H A D | CSKYMCCodeEmitter.cpp | 83 if (!STI.hasFeature(CSKY::Has2E3)) in expandJBTF()
|