| Operation | Mnemonic(s) | Operation Used | 
| Floating-point multiplication (IEEE) | fma using FR 0 for addend | |
| Parallel FP multiplication | fpma using FR 0 for addend | |
| Floating-point negate multiplication (IEEE) | fnma using FR 0 for addend | |
| Parallel FP negate multiplication | fpnma using FR 0 for addend | |
| Floating-point addition (IEEE) | fma using FR 1 for multiplicand | |
| Floating-point subtraction (IEEE) | fms using FR 1 for multiplicand | |
| Floating-point negation (IEEE) | fnma using FR 1 for multiplicand and FR 0 for addend | |
| Floating-point absolute value | fmerge.s with sign from FR 0 | |
| Parallel FP absolute value | fpmerge.s with sign from FR 0 | |
| Floating-point negate | ||
| Parallel FP negate | ||
| Floating-point negate absolute value | fmerge.ns with sign from FR 0 | |
| Parallel FP negate absolute value | fpmerge.ns with sign from FR 0 | |
| Floating-point normalization | fma using FR 1 for multiplicand and FR 0 for addend | |
| Convert unsigned integer to floating-point | fma using FR 1 for multiplicand and FR 0 for addend |