Next: Comparison Instructions, Previous: Integer Arithmetic Instructions, Up: Instruction Set [Contents][Index]
Add the f64
values a and b, and store the f64
result to dst.
Subtract the f64
value b from a, and store the
f64
result to dst.
Multiply the f64
values a and b, and store the
f64
result to dst.
Divide the f64
values a by b, and store the
f64
result to dst.