@@ -1201,7 +1201,7 @@ multiclass SiFive7ReadAdvance {
12011201 def : ReadAdvance<ReadVST4R, 0>;
12021202 def : ReadAdvance<ReadVST8R, 0>;
12031203
1204- // 12 . Vector Integer Arithmetic Instructions
1204+ // 11 . Vector Integer Arithmetic Instructions
12051205 defm : LMULReadAdvance<"ReadVIALUV", 0>;
12061206 defm : LMULReadAdvance<"ReadVIALUX", 0>;
12071207 defm : LMULReadAdvanceW<"ReadVIWALUV", 0>;
@@ -1232,7 +1232,7 @@ multiclass SiFive7ReadAdvance {
12321232 defm : LMULReadAdvance<"ReadVIMovV", 0>;
12331233 defm : LMULReadAdvance<"ReadVIMovX", 0>;
12341234
1235- // 13 . Vector Fixed-Point Arithmetic Instructions
1235+ // 12 . Vector Fixed-Point Arithmetic Instructions
12361236 defm : LMULReadAdvance<"ReadVSALUV", 0>;
12371237 defm : LMULReadAdvance<"ReadVSALUX", 0>;
12381238 defm : LMULReadAdvance<"ReadVAALUV", 0>;
@@ -1244,7 +1244,7 @@ multiclass SiFive7ReadAdvance {
12441244 defm : LMULReadAdvanceW<"ReadVNClipV", 0>;
12451245 defm : LMULReadAdvanceW<"ReadVNClipX", 0>;
12461246
1247- // 14 . Vector Floating-Point Instructions
1247+ // 13 . Vector Floating-Point Instructions
12481248 defm : LMULSEWReadAdvanceF<"ReadVFALUV", 0>;
12491249 defm : LMULSEWReadAdvanceF<"ReadVFALUF", 0>;
12501250 defm : LMULSEWReadAdvanceFW<"ReadVFWALUV", 0>;
@@ -1280,7 +1280,7 @@ multiclass SiFive7ReadAdvance {
12801280 defm : LMULReadAdvanceW<"ReadVFNCvtFToIV", 0>;
12811281 defm : LMULSEWReadAdvanceFW<"ReadVFNCvtFToFV", 0>;
12821282
1283- // 15 . Vector Reduction Operations
1283+ // 14 . Vector Reduction Operations
12841284 def : ReadAdvance<ReadVIRedV, 0>;
12851285 def : ReadAdvance<ReadVIRedV0, 0>;
12861286 def : ReadAdvance<ReadVIWRedV, 0>;
@@ -1294,14 +1294,14 @@ multiclass SiFive7ReadAdvance {
12941294 def : ReadAdvance<ReadVFWRedOV, 0>;
12951295 def : ReadAdvance<ReadVFWRedOV0, 0>;
12961296
1297- // 16 . Vector Mask Instructions
1297+ // 15 . Vector Mask Instructions
12981298 defm : LMULReadAdvance<"ReadVMALUV", 0>;
12991299 defm : LMULReadAdvance<"ReadVMPopV", 0>;
13001300 defm : LMULReadAdvance<"ReadVMFFSV", 0>;
13011301 defm : LMULReadAdvance<"ReadVMSFSV", 0>;
13021302 defm : LMULReadAdvance<"ReadVIotaV", 0>;
13031303
1304- // 17 . Vector Permutation Instructions
1304+ // 16 . Vector Permutation Instructions
13051305 def : ReadAdvance<ReadVMovXS, 0>;
13061306 def : ReadAdvance<ReadVMovSX_V, 0>;
13071307 def : ReadAdvance<ReadVMovSX_X, 0>;
0 commit comments