Skip to content

Commit

Permalink
Merge pull request #4 from cmuellner/fixes
Browse files Browse the repository at this point in the history
xtheadfmv,xtheadint: Add small corrections
  • Loading branch information
Cooper-Qu authored Nov 7, 2022
2 parents 4c74226 + 5a7bca9 commit b8f017b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docinfo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The list below includes all contributors to this document in alphabetical order:
* Zhiwei Liu <[email protected]>

=== Changelog
* 2022-11-04: Fixes for xtheadint, xtheadfmv
* 2022-09-23: Adding xtheadint extension
* 2022-09-23: Adding xtheadfmv extension
* 2022-09-03: xtheadmemidx: Fix load width of lurwu,
Expand Down
2 changes: 1 addition & 1 deletion xtheadfmv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The table below gives an overview of the instructions:
[cols="^3,^3,12,18",stripes=even,options="header"]
|===
| RV32 | RV64 | Mnemonic | Instruction
| Y | N | th.fmv.x.hw _rd_, _fs1_ | <<#xtheadfmv-insns-fmv_x_hw>>
| Y | N | th.fmv.hw.x _rd_, _fs1_ | <<#xtheadfmv-insns-fmv_hw_x>>
| Y | N | th.fmv.x.hw _rd_, _fs1_ | <<#xtheadfmv-insns-fmv_x_hw>>
|===

[#xtheadfmv-insns,reftext="Instructions"]
Expand Down
2 changes: 1 addition & 1 deletion xtheadfmv/fmv_hw_x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Encoding::
{ bits: 7, name: 0xb, attr: ['custom-0, 32 bit'] },
{ bits: 5, name: 'rd' },
{ bits: 3, name: 0x1 },
{ bits: 5, name: 'rs1' },
{ bits: 5, name: 'fs1' },
{ bits: 5, name: 0x0 },
{ bits: 7, name: 0x60 },
]}
Expand Down
2 changes: 1 addition & 1 deletion xtheadfmv/fmv_x_hw.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Encoding::
{ bits: 7, name: 0xb, attr: ['custom-0, 32 bit'] },
{ bits: 5, name: 'rd' },
{ bits: 3, name: 0x1 },
{ bits: 5, name: 'rs1' },
{ bits: 5, name: 'fs1' },
{ bits: 5, name: 0x0 },
{ bits: 7, name: 0x50 },
]}
Expand Down
8 changes: 4 additions & 4 deletions xtheadint/ipop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Encoding::
....
{reg:[
{ bits: 7, name: 0xb, attr: ['custom-0, 32 bit'] },
{ bits: 5, name: 'rd' },
{ bits: 3, name: 0x1 },
{ bits: 5, name: 'rs1' },
{ bits: 5, name: 0x0 },
{ bits: 7, name: 0x60 },
{ bits: 3, name: 0x0 },
{ bits: 5, name: 0x0 },
{ bits: 5, name: 0x5 },
{ bits: 7, name: 0x0 },
]}
....

Expand Down

0 comments on commit b8f017b

Please sign in to comment.