File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33$schema : " inst_schema.json#"
44kind : instruction
55name : fadd.s
6- long_name : Single-precision floating-point addition
6+ long_name : Single-precision floating-point addition
77description : |
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.
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.
1010definedBy : F
1111assembly : fd, fs1, fs2, rm
1212encoding :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ kind: instruction
55name : fsub.s
66long_name : Single-precision floating-point subtraction
77description : |
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.
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.
1010definedBy : F
1111assembly : fd, fs1, fs2, rm
1212encoding :
You can’t perform that action at this time.
0 commit comments