|
Relates :
|
Patterns not mapped in the C2 back-end for SPARC:
Single/Double precision fused floating-point neg. multiply-add,
d = -1 * a * b - c = -(a * b + c)
Single/Double precision fused floating-point neg. multiply-sub,
d = -1 * a * b + c = -(a * b - c)
|