Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/inst/B/slli.uw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ slli.uw:
anyOf: [B, Zba]
base: 64
encoding:
match: 0000010----------001-----0011011
match: 000010-----------001-----0011011
variables:
- name: shamt
location: 24-20
location: 25-20
- name: rs1
location: 19-15
- name: rd
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lb:
definedBy: I
assembly: xd, imm(rs1)
encoding:
match: -----------------000-----0000111
match: -----------------000-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lbu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lbu:
definedBy: I
assembly: xd, imm(rs1)
encoding:
match: -----------------100-----0000111
match: -----------------100-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/ld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ld:
base: 64
assembly: xd, imm(rs1)
encoding:
match: -----------------011-----0000111
match: -----------------011-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lh:
definedBy: I
assembly: xd, imm(rs1)
encoding:
match: -----------------001-----0000111
match: -----------------001-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lhu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lhu:
definedBy: I
assembly: xd, imm(rs1)
encoding:
match: -----------------101-----0000111
match: -----------------101-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lui:
definedBy: I
assembly: xd, imm
encoding:
match: -------------------------0000111
match: -------------------------0110111
variables:
- name: imm
location: 31-12
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lw:
definedBy: I
assembly: xd, imm(rs1)
encoding:
match: -----------------010-----0000111
match: -----------------010-----0000011
variables:
- name: imm
location: 31-20
Expand Down
2 changes: 1 addition & 1 deletion arch/inst/I/lwu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lwu:
base: 64
assembly: xd, imm(rs1)
encoding:
match: -----------------110-----0000111
match: -----------------110-----0000011
variables:
- name: imm
location: 31-20
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle16.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle16.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-00000-----101-----0000111
match: 000000-00000-----101-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle16ff.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle16ff.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-10000-----101-----0000111
match: 000000-10000-----101-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle32.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle32.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-00000-----110-----0000111
match: 000000-00000-----110-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle32ff.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle32ff.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-10000-----110-----0000111
match: 000000-10000-----110-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle64.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle64.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-00000-----111-----0000111
match: 000000-00000-----111-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle64ff.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle64ff.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-10000-----111-----0000111
match: 000000-10000-----111-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle8.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle8.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-00000-----000-----0000111
match: 000000-00000-----000-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vle8ff.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vle8ff.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vd
assembly: vm, xs1, vd
encoding:
match: ---000-10000-----000-----0000111
match: 000000-10000-----000-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vloxei16.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vloxei16.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---011-----------101-----0000111
match: 000011-----------101-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vloxei32.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vloxei32.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---011-----------110-----0000111
match: 000011-----------110-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vloxei64.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vloxei64.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---011-----------111-----0000111
match: 000011-----------111-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vloxei8.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vloxei8.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---011-----------000-----0000111
match: 000011-----------000-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vlse16.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vlse16.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs2, xs1, vd
assembly: vm, xs2, xs1, vd
encoding:
match: ---010-----------101-----0000111
match: 000010-----------101-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vlse32.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vlse32.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs2, xs1, vd
assembly: vm, xs2, xs1, vd
encoding:
match: ---010-----------110-----0000111
match: 000010-----------110-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vlse64.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vlse64.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs2, xs1, vd
assembly: vm, xs2, xs1, vd
encoding:
match: ---010-----------111-----0000111
match: 000010-----------111-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vlse8.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vlse8.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs2, xs1, vd
assembly: vm, xs2, xs1, vd
encoding:
match: ---010-----------000-----0000111
match: 000010-----------000-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vluxei16.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vluxei16.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---001-----------101-----0000111
match: 000001-----------101-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vluxei32.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vluxei32.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---001-----------110-----0000111
match: 000001-----------110-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vluxei64.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vluxei64.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---001-----------111-----0000111
match: 000001-----------111-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vluxei8.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vluxei8.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, vs2, xs1, vd
assembly: vm, vs2, xs1, vd
encoding:
match: ---001-----------000-----0000111
match: 000001-----------000-----0000111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: vs2
Expand Down
6 changes: 2 additions & 4 deletions arch/inst/V/vse16.v.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ vse16.v:
description: |
No description available.
definedBy: V
assembly: nf, vm, xs1, vs3
assembly: vm, xs1, vs3
encoding:
match: ---000-00000-----101-----0100111
match: 000000-00000-----101-----0100111
variables:
- name: nf
location: 31-29
- name: vm
location: 25-25
- name: rs1
Expand Down
Loading
Loading