Skip to content

Commit be91cf1

Browse files
committed
Add long name for floating point add and subtract
1 parent c1bcd55 commit be91cf1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

arch/inst/F/fadd.s.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: fadd.s
6-
long_name: No synopsis available.
6+
long_name: Single-precision floating-point addition
77
description: |
8-
Do the single-precision floating-point addition of fs1 and fs2 and store the result in fd. rm is the dynamic Rounding Mode.
8+
Do the single-precision floating-point addition of fs1 and fs2 and store the result in fd.
9+
rm is the dynamic Rounding Mode.
910
definedBy: F
1011
assembly: fd, fs1, fs2, rm
1112
encoding:

arch/inst/F/fsub.s.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
$schema: "inst_schema.json#"
44
kind: instruction
55
name: fsub.s
6-
long_name: No synopsis available.
6+
long_name: Single-precision floating-point subtraction
77
description: |
8-
Do the single-precision floating-point subtraction of fs2 from fs1 and store the result in fd. rm is the dynamic Rounding Mode.
8+
Do the single-precision floating-point subtraction of fs2 from fs1 and store the result in fd.
9+
rm is the dynamic Rounding Mode.
910
definedBy: F
1011
assembly: fd, fs1, fs2, rm
1112
encoding:

0 commit comments

Comments
 (0)