Skip to content

Commit 665f2c6

Browse files
committed
ci: update golden instruction appendix
1 parent 6d4145e commit 665f2c6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

backends/instructions_appendix/all_instructions.golden.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Instruction Appendix
22
:doctype: book
3-
:wavedrom: /workspace/riscv-unified-db/node_modules/.bin/wavedrom-cli
3+
:wavedrom: /workspaces/riscv-unified-db/node_modules/.bin/wavedrom-cli
44
// Now the document header is complete and the wavedrom attribute is active.
55

66

@@ -12951,7 +12951,7 @@ Included in::
1295112951
== fround.s
1295212952

1295312953
Synopsis::
12954-
No synopsis available
12954+
Rounds single-precision float to integer
1295512955

1295612956
Assembly::
1295712957
fround.s fd, fs1, rm
@@ -12963,7 +12963,13 @@ Encoding::
1296312963
....
1296412964

1296512965
Description::
12966-
No description available.
12966+
Rounds the single-precision floating-point number in floating-point register _fs1_ to an integer, according to the rounding mode specified in the instruction’s _rm_ field.
12967+
12968+
It then writes that integer, represented as a single-precision floating-point number, to floating-point register _fd_.
12969+
12970+
Zero and infinite inputs are copied to _fd_ unmodified.
12971+
12972+
Signaling NaN inputs cause the invalid operation exception flag to be set; no other exception flags are set. FROUND.S is encoded like FCVT.S.D, but with rs2=4.
1296712973

1296812974

1296912975
Decode Variables::

0 commit comments

Comments
 (0)