@@ -1201,7 +1201,7 @@ multiclass SiFive7ReadAdvance {
1201
1201
def : ReadAdvance<ReadVST4R, 0>;
1202
1202
def : ReadAdvance<ReadVST8R, 0>;
1203
1203
1204
- // 12 . Vector Integer Arithmetic Instructions
1204
+ // 11 . Vector Integer Arithmetic Instructions
1205
1205
defm : LMULReadAdvance<"ReadVIALUV", 0>;
1206
1206
defm : LMULReadAdvance<"ReadVIALUX", 0>;
1207
1207
defm : LMULReadAdvanceW<"ReadVIWALUV", 0>;
@@ -1232,7 +1232,7 @@ multiclass SiFive7ReadAdvance {
1232
1232
defm : LMULReadAdvance<"ReadVIMovV", 0>;
1233
1233
defm : LMULReadAdvance<"ReadVIMovX", 0>;
1234
1234
1235
- // 13 . Vector Fixed-Point Arithmetic Instructions
1235
+ // 12 . Vector Fixed-Point Arithmetic Instructions
1236
1236
defm : LMULReadAdvance<"ReadVSALUV", 0>;
1237
1237
defm : LMULReadAdvance<"ReadVSALUX", 0>;
1238
1238
defm : LMULReadAdvance<"ReadVAALUV", 0>;
@@ -1244,7 +1244,7 @@ multiclass SiFive7ReadAdvance {
1244
1244
defm : LMULReadAdvanceW<"ReadVNClipV", 0>;
1245
1245
defm : LMULReadAdvanceW<"ReadVNClipX", 0>;
1246
1246
1247
- // 14 . Vector Floating-Point Instructions
1247
+ // 13 . Vector Floating-Point Instructions
1248
1248
defm : LMULSEWReadAdvanceF<"ReadVFALUV", 0>;
1249
1249
defm : LMULSEWReadAdvanceF<"ReadVFALUF", 0>;
1250
1250
defm : LMULSEWReadAdvanceFW<"ReadVFWALUV", 0>;
@@ -1280,7 +1280,7 @@ multiclass SiFive7ReadAdvance {
1280
1280
defm : LMULReadAdvanceW<"ReadVFNCvtFToIV", 0>;
1281
1281
defm : LMULSEWReadAdvanceFW<"ReadVFNCvtFToFV", 0>;
1282
1282
1283
- // 15 . Vector Reduction Operations
1283
+ // 14 . Vector Reduction Operations
1284
1284
def : ReadAdvance<ReadVIRedV, 0>;
1285
1285
def : ReadAdvance<ReadVIRedV0, 0>;
1286
1286
def : ReadAdvance<ReadVIWRedV, 0>;
@@ -1294,14 +1294,14 @@ multiclass SiFive7ReadAdvance {
1294
1294
def : ReadAdvance<ReadVFWRedOV, 0>;
1295
1295
def : ReadAdvance<ReadVFWRedOV0, 0>;
1296
1296
1297
- // 16 . Vector Mask Instructions
1297
+ // 15 . Vector Mask Instructions
1298
1298
defm : LMULReadAdvance<"ReadVMALUV", 0>;
1299
1299
defm : LMULReadAdvance<"ReadVMPopV", 0>;
1300
1300
defm : LMULReadAdvance<"ReadVMFFSV", 0>;
1301
1301
defm : LMULReadAdvance<"ReadVMSFSV", 0>;
1302
1302
defm : LMULReadAdvance<"ReadVIotaV", 0>;
1303
1303
1304
- // 17 . Vector Permutation Instructions
1304
+ // 16 . Vector Permutation Instructions
1305
1305
def : ReadAdvance<ReadVMovXS, 0>;
1306
1306
def : ReadAdvance<ReadVMovSX_V, 0>;
1307
1307
def : ReadAdvance<ReadVMovSX_X, 0>;
0 commit comments