Skip to content

Commit 542a203

Browse files
committed
Fixed encodings on V instructions
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent 50a6fe1 commit 542a203

36 files changed

+36
-36
lines changed

arch/inst/V/vle16.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle16.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-00000-----101-----0000111
10+
match: 000000-00000-----101-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle16ff.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle16ff.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-10000-----101-----0000111
10+
match: 000000-10000-----101-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle32.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle32.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-00000-----110-----0000111
10+
match: 000000-00000-----110-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle32ff.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle32ff.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-10000-----110-----0000111
10+
match: 000000-10000-----110-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle64.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle64.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-00000-----111-----0000111
10+
match: 000000-00000-----111-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle64ff.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle64ff.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-10000-----111-----0000111
10+
match: 000000-10000-----111-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle8.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle8.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-00000-----000-----0000111
10+
match: 000000-00000-----000-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vle8ff.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vle8ff.v:
77
definedBy: V
88
assembly: nf, vm, xs1, vd
99
encoding:
10-
match: ---000-10000-----000-----0000111
10+
match: 000000-10000-----000-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vloxei16.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vloxei16.v:
77
definedBy: V
88
assembly: nf, vm, vs2, xs1, vd
99
encoding:
10-
match: ---011-----------101-----0000111
10+
match: 000011-----------101-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

arch/inst/V/vloxei32.v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vloxei32.v:
77
definedBy: V
88
assembly: nf, vm, vs2, xs1, vd
99
encoding:
10-
match: ---011-----------110-----0000111
10+
match: 000011-----------110-----0000111
1111
variables:
1212
- name: nf
1313
location: 31-29

0 commit comments

Comments
 (0)