@@ -637,40 +637,36 @@ def FeatureStdExtZvkt
637
637
638
638
def FeatureStdExtZvkn
639
639
: SubtargetFeature<"zvkn", "HasStdExtZvkn", "true",
640
- "This extension is shorthand for the following set of "
641
- "other extensions: Zvkned, Zvknhb, Zvkb and Zvkt. ",
640
+ "'Zvkn' ( shorthand for 'Zvkned', 'Zvknhb', 'Zvkb', and "
641
+ "' Zvkt') ",
642
642
[FeatureStdExtZvkned, FeatureStdExtZvknhb,
643
643
FeatureStdExtZvkb, FeatureStdExtZvkt]>;
644
644
645
645
def FeatureStdExtZvknc
646
646
: SubtargetFeature<"zvknc", "HasStdExtZvknc", "true",
647
- "This extension is shorthand for the following set of "
648
- "other extensions: Zvkn and Zvbc.",
647
+ "'Zvknc' (shorthand for 'Zvknc' and 'Zvbc')",
649
648
[FeatureStdExtZvkn, FeatureStdExtZvbc]>;
650
649
651
650
def FeatureStdExtZvkng
652
651
: SubtargetFeature<"zvkng", "HasStdExtZvkng", "true",
653
- "This extension is shorthand for the following set of "
654
- "other extensions: Zvkn and Zvkg.",
652
+ "'zvkng' (shorthand for 'Zvkn' and 'Zvkg')",
655
653
[FeatureStdExtZvkn, FeatureStdExtZvkg]>;
656
654
657
655
def FeatureStdExtZvks
658
656
: SubtargetFeature<"zvks", "HasStdExtZvks", "true",
659
- "This extension is shorthand for the following set of "
660
- "other extensions: Zvksed, Zvksh, Zvkb and Zvkt. ",
657
+ "'Zvks' ( shorthand for 'Zvksed', 'Zvksh', 'Zvkb', and "
658
+ "' Zvkt') ",
661
659
[FeatureStdExtZvksed, FeatureStdExtZvksh,
662
660
FeatureStdExtZvkb, FeatureStdExtZvkt]>;
663
661
664
662
def FeatureStdExtZvksc
665
663
: SubtargetFeature<"zvksc", "HasStdExtZvksc", "true",
666
- "This extension is shorthand for the following set of "
667
- "other extensions: Zvks and Zvbc.",
664
+ "'Zvksc' (shorthand for 'Zvks' and 'Zvbc')",
668
665
[FeatureStdExtZvks, FeatureStdExtZvbc]>;
669
666
670
667
def FeatureStdExtZvksg
671
668
: SubtargetFeature<"zvksg", "HasStdExtZvksg", "true",
672
- "This extension is shorthand for the following set of "
673
- "other extensions: Zvks and Zvkg.",
669
+ "'Zvksg' (shorthand for 'Zvks' and 'Zvkg')",
674
670
[FeatureStdExtZvks, FeatureStdExtZvkg]>;
675
671
676
672
def FeatureStdExtZicfilp
0 commit comments