_mm_set_ss
Microsoft Specific
Sets the low word of an single-precision, floating-point value to w and clears the upper three words.
__m128 _mm_set_ss(float w );
(composite)
r0 := w
r1 := r2 := r3 := 0.0
Header: mmintrin.h
END Microsoft Specific