Unless I'm missing some unique use case of (V)RCPPS / (V)RSQRTPS, we don't need codegen-only intrinsic instructions for these.
This makes the reciprocal estimate instruction lowering identical to how we handle (V)SQRTPS / (V)SQRTPD.
No existing regression tests fail with this patch.