Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Support/
DRISCVISAInfo.cpp27 struct RISCVExtensionVersion { struct
35 RISCVExtensionVersion Version;
43 {"i", RISCVExtensionVersion{2, 0}},
44 {"e", RISCVExtensionVersion{1, 9}},
45 {"m", RISCVExtensionVersion{2, 0}},
46 {"a", RISCVExtensionVersion{2, 0}},
47 {"f", RISCVExtensionVersion{2, 0}},
48 {"d", RISCVExtensionVersion{2, 0}},
49 {"c", RISCVExtensionVersion{2, 0}},
51 {"h", RISCVExtensionVersion{1, 0}},
[all …]