Skip to content

Commit c6b2cf2

Browse files
fixed rori.yaml encoding
1 parent c7a9658 commit c6b2cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/inst/B/rori.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ definedBy:
1212
assembly: xd, xs1, shamt
1313
encoding:
1414
RV32:
15-
match: 0110000----------101-----0110011
15+
match: 0110000----------101-----0010011
1616
variables:
1717
- name: shamt
1818
location: 24-20
@@ -21,7 +21,7 @@ encoding:
2121
- name: rd
2222
location: 11-7
2323
RV64:
24-
match: 011000-----------101-----0110011
24+
match: 011000-----------101-----0010011
2525
variables:
2626
- name: shamt
2727
location: 25-20

0 commit comments

Comments
 (0)