@@ -674,6 +674,9 @@ static constexpr FeatureBitset XAndesGroup = {
674
674
675
675
static constexpr DecoderListEntry DecoderList32[]{
676
676
// Vendor Extensions
677
+ {DecoderTableXCV32, XCVFeatureGroup, " CORE-V extensions" },
678
+ {DecoderTableXRivos32, XRivosFeatureGroup, " Rivos" },
679
+ {DecoderTableXqci32, XqciFeatureGroup, " Qualcomm uC Extensions" },
677
680
{DecoderTableXVentana32,
678
681
{RISCV::FeatureVendorXVentanaCondOps},
679
682
" XVentanaCondOps" },
@@ -690,9 +693,6 @@ static constexpr DecoderListEntry DecoderList32[]{
690
693
" MIPS mips.pref" },
691
694
{DecoderTableXAndes32, XAndesGroup, " Andes extensions" },
692
695
// Standard Extensions
693
- {DecoderTableXCV32, XCVFeatureGroup, " CORE-V extensions" },
694
- {DecoderTableXqci32, XqciFeatureGroup, " Qualcomm uC Extensions" },
695
- {DecoderTableXRivos32, XRivosFeatureGroup, " Rivos" },
696
696
{DecoderTable32, {}, " standard 32-bit instructions" },
697
697
{DecoderTableRV32Only32, {}, " RV32-only standard 32-bit instructions" },
698
698
{DecoderTableZfinx32, {}, " Zfinx (Float in Integer)" },
0 commit comments