Opcode MOVMSKPS
CPU: Pentium III+ (KNI/MMX2)
Type of instruction: User
Instruction: MOVMSKPS dest,src
Description:
dest[0] <- src[31]; // Single Bits, not bit groups
dest[1] <- src[63];
dest[2] <- src[95];
dest[3] <- src[127];
dest[31..4] <- 0;
Physical Form and Timing:
MOVMSKPS r32,xmm ---- 0F 50 /m ---- ??
Copyright by InternetNightmare 2005-2006