Skip to content

Commit 56cda53

Browse files
authored
fix(data): a few more instructions need a few more parens (#868)
1 parent 173bcab commit 56cda53

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

backends/instructions_appendix/all_instructions.golden.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37213,7 +37213,7 @@ Synopsis::
3721337213
No synopsis available
3721437214

3721537215
Assembly::
37216-
vs1r.v vs3, xs1
37216+
vs1r.v vs3, (xs1)
3721737217

3721837218
Encoding::
3721937219
[wavedrom, ,svg,subs='attributes',width="100%"]
@@ -37250,7 +37250,7 @@ Synopsis::
3725037250
No synopsis available
3725137251

3725237252
Assembly::
37253-
vs2r.v vs3, xs1
37253+
vs2r.v vs3, (xs1)
3725437254

3725537255
Encoding::
3725637256
[wavedrom, ,svg,subs='attributes',width="100%"]
@@ -37287,7 +37287,7 @@ Synopsis::
3728737287
No synopsis available
3728837288

3728937289
Assembly::
37290-
vs4r.v vs3, xs1
37290+
vs4r.v vs3, (xs1)
3729137291

3729237292
Encoding::
3729337293
[wavedrom, ,svg,subs='attributes',width="100%"]
@@ -37324,7 +37324,7 @@ Synopsis::
3732437324
No synopsis available
3732537325

3732637326
Assembly::
37327-
vs8r.v vs3, xs1
37327+
vs8r.v vs3, (xs1)
3732837328

3732937329
Encoding::
3733037330
[wavedrom, ,svg,subs='attributes',width="100%"]

spec/std/isa/inst/V/vs1r.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_name: No synopsis available
1010
description: |
1111
No description available.
1212
definedBy: V
13-
assembly: vs3, xs1
13+
assembly: vs3, (xs1)
1414
encoding:
1515
match: 000000101000-----000-----0100111
1616
variables:

spec/std/isa/inst/V/vs2r.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_name: No synopsis available
1010
description: |
1111
No description available.
1212
definedBy: V
13-
assembly: vs3, xs1
13+
assembly: vs3, (xs1)
1414
encoding:
1515
match: 001000101000-----000-----0100111
1616
variables:

spec/std/isa/inst/V/vs4r.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_name: No synopsis available
1010
description: |
1111
No description available.
1212
definedBy: V
13-
assembly: vs3, xs1
13+
assembly: vs3, (xs1)
1414
encoding:
1515
match: 011000101000-----000-----0100111
1616
variables:

spec/std/isa/inst/V/vs8r.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_name: No synopsis available
1010
description: |
1111
No description available.
1212
definedBy: V
13-
assembly: vs3, xs1
13+
assembly: vs3, (xs1)
1414
encoding:
1515
match: 111000101000-----000-----0100111
1616
variables:

0 commit comments

Comments
 (0)