xsnmsubqp
VSX Scalar Negative Multiply-Subtract Quad-Precision
Performs a negative multiply-subtract operation on quad-precision floating-point values.
Details
Performs a scalar negative multiply-subtract operation on quad-precision floating-point values, computing VRT = -(VRA × VRB) - VRT. The result is rounded according to the current rounding mode in FPSCR. This instruction requires VSX support and updates FPSCR exception flags based on the operation result.
Pseudocode Operation
VRT[0:127] ← -(VRA[0:127] × VRB[0:127]) - VRT[0:127]
FPSCR ← update_exception_flags(FPSCR, result)
Programming Note
The xsnmsubqp instruction is used for performing a scalar negative multiply-subtract operation on quad-precision floating-point numbers. Ensure that the VSX (Vector Scalar Extensions) are enabled in the MSR register to avoid exceptions. Be cautious of potential overflow and underflow conditions, as indicated by the exception flags in FPSCR. The result is rounded using round-to-nearest mode by default.
Example
Encoding
Operands
-
VRT
Target Vector Register -
VRA
Source Vector Register -
VRB
Source Vector Register