Opcode UNPCKLPS


CPU: Pentium III+ (KNI/MMX2)
Type of instruction: User

Instruction: UNPCKLPS dest,src

Description:
dest[<0>] <- dest[<0>];
dest[<1>] <- src[<0>];
dest[<2>] <- dest[<1>];
dest[<3>] <- src[<1>];
<0> = 31..0 <2> = 95..64
<1> = 63..32 <3> = 127..96

Physical Form and Timing:
UNPCKLPS xmm1,xmm2/m128 ---- 0F 14 /r ---- 2


Copyright by InternetNightmare 2005-2006