Opcode MAXSS


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

Instruction: MAXSS dest,src

Description:
if dest[<0>] is NaN then dest[<0>] <- src[<0>];
if src[<0>] is NaN then dest[<0>] <- src[<0>];
if src[<0>] >= dest[<0>] then dest[<0>] <- src[<0>];

Physical Form and Timing:
MAXSS xmm1,xmm2/m32 ---- F3 0F 5F /r ---- 1


Copyright by InternetNightmare 2005-2006