Searched refs:HasE2 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 100 bool HasE2; variable 187 bool hasE2() const { return HasE2; } in hasE2()
|
| H A D | CSKYSubtarget.cpp | 75 HasE2 = false; in initializeSubtargetDependencies()
|
| H A D | CSKY.td | 272 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 D | CSKYAsmBackend.cpp | 333 if (STI.getFeatureBits()[CSKY::HasE2]) in relaxInstruction()
|
| H A D | CSKYELFStreamer.cpp | 199 if (STI.hasFeature(CSKY::HasE2)) in emitTargetAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 837 } else if (getSTI().getFeatureBits()[CSKY::HasE2] && in processLRW()
|