The SSE conversion instructions convert packed and individual doubleword integers into packed and scalar single-precision floating-point values.
Table 3–32 Conversion Instructions (SSE)
Solaris Mnemonic |
Intel/AMD Mnemonic |
Description |
Notes |
---|---|---|---|
CVTPI2PS |
convert packed doubleword integers to packed single-precision floating-point values | ||
CVTPS2PI |
convert packed single-precision floating-point values to packed doubleword integers | ||
CVTSI2SS |
convert doubleword integer to scalar single-precision floating-point value | ||
CVTSS2SI |
convert scalar single-precision floating-point value to a doubleword integer | ||
CVTTPS2PI |
convert with truncation packed single-precision floating-point values to packed doubleword integers | ||
CVTTSS2SI |
convert with truncation scalar single-precision floating-point value to scalar doubleword integer |