NASM 2.05 based x86 Instruction Reference[ch064]
A.5.44 CVTPS2PI: Packed Single-Precision FP to Packed Signed INT32 Conversion CVTPS2PI mm,xmm/mem64 ; 0F 2D /r [KATMAI,SSE] CVTPS2PI converts two packed single-precision FP values from the source operand to two packed signed doublewords in the destination operand. The destination operand is an MMX register. The source can be either an XMM register or a 64-bit memory location. If the source is a register, the input values are in the low quadword. For more details of this instruction, see the Intel Processor manuals.