How do you transfer the int type into the vector type

Assume we have an int type with 128bits, and I want to transfer it into the vector type to do the SSE operation. How can I do that?

Benji Xu