Function _mm_movehl_ps

#[target_feature(enable = "sse")]
pub const fn _mm_movehl_ps(a: __m128, b: __m128) -> __m128

Combine higher half of a and b. The higher half of b occupies the lower half of result.

Intel's documentation