xvcvsxwdp
VSX Vector Convert Signed Word to Double-Precision format XX2-form
Converts signed word elements from a vector register to double-precision floating-point elements in another vector register.
Details
The instruction converts each signed integer value in bits 0:31 of doubleword element i of VSR[XB] into double-precision format and places it into doubleword element i of VSR[XT].
Pseudocode Operation
Programming Note
This instruction is used to convert signed 32-bit integers in a VSX register to double-precision floating-point format. Ensure that the VSX facility is enabled (MSR.VSX=1) before using this instruction; otherwise, it will raise an exception. The conversion is performed for each of the two doublewords in the source register and stored in the corresponding positions of the target register.
Example
Encoding
Operands
-
XT
Target Vector Register -
XB
Source Vector Register