Opcode DIVPS


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

Instruction: DIVPS dest,src

Description:
dest[<0>] = dest[<0>] / src[<0>];
dest[<1>] = dest[<1>] / src[<1>];
dest[<2>] = dest[<2>] / src[<2>];
dest[<3>] = dest[<3>] / src[<3>];

Physical Form and Timing:
DIVPS xmm1,xmm2/m128 ---- 0F 5E /r ---- 24-106


Copyright by InternetNightmare 2005-2006