File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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 : No synopsis available.
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. 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.
910definedBy : F
1011assembly : fd, fs1, fs2, rm
1112encoding :
Original file line number Diff line number Diff line change 33$schema : " inst_schema.json#"
44kind : instruction
55name : fsub.s
6- long_name : No synopsis available.
6+ long_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. 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.
910definedBy : F
1011assembly : fd, fs1, fs2, rm
1112encoding :
You can’t perform that action at this time.
0 commit comments