Skip to content

Commit 762f7e2

Browse files
committed
fix(data): fix field names to be closer to operands
- `dret`, `mnret`, and `sctrclr` take no operands. - `sspush` and `sspopchk` are each single mnemonics that take a very restricted set of operand values. Also include a bit of documentation. - `vaeskf1.vi`, `vaeskf2.vi`, `vsm3c.vi`, `vsm4k.vi`, `vwsll.vi`: renamed field to match operand.
1 parent 810ef93 commit 762f7e2

File tree

12 files changed

+8
-100
lines changed

12 files changed

+8
-100
lines changed

spec/std/isa/inst/Sdext/dret.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: Sdext
13-
assembly: dret
13+
assembly: ""
1414
encoding:
1515
match: "01111011001000000000000001110011"
1616
variables: []

spec/std/isa/inst/Smdbltrp/sctrclr.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: Smdbltrp
13-
assembly: sctrclr
13+
assembly: ""
1414
encoding:
1515
match: "00010000010000000000000001110011"
1616
variables: []

spec/std/isa/inst/Smrnmi/mnret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
also sets mstatus.MPRV to 0. If the Zicfilp extension is implemented, then if the new privileged mode is
1515
y, MNRET sets ELP to the logical AND of yLPE (see Section 22.1.1) and mnstatus.MNPELP.
1616
definedBy: Smrnmi
17-
assembly: mnret
17+
assembly: ""
1818
encoding:
1919
match: "01110000001000000000000001110011"
2020
variables: []

spec/std/isa/inst/Zicfiss/sspopchk.x1.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

spec/std/isa/inst/Zicfiss/sspopchk.x5.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

spec/std/isa/inst/Zicfiss/sspush.x1.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

spec/std/isa/inst/Zicfiss/sspush.x5.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

spec/std/isa/inst/Zvbb/vwsll.vi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ encoding:
1818
location: 25-25
1919
- name: vs2
2020
location: 24-20
21-
- name: zimm5
21+
- name: imm
2222
location: 19-15
2323
- name: vd
2424
location: 11-7

spec/std/isa/inst/Zvkned/vaeskf1.vi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ encoding:
1616
variables:
1717
- name: vs2
1818
location: 24-20
19-
- name: zimm5
19+
- name: imm
2020
location: 19-15
2121
- name: vd
2222
location: 11-7

spec/std/isa/inst/Zvkned/vaeskf2.vi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ encoding:
1616
variables:
1717
- name: vs2
1818
location: 24-20
19-
- name: zimm5
19+
- name: imm
2020
location: 19-15
2121
- name: vd
2222
location: 11-7

0 commit comments

Comments
 (0)