Opcode PFMIN


CPU: AMD-3D
Type of Instruction: User

Instruction: PFMIN dest,src

Description:

if src[31..0] < dest[31..0] then dest[31..0] <- src[31..0];
if src[63..32] < dest[63..32] then dest[63..32] <- src[63..32];

Note:

Flags Affected: None

++++++++++++++++++++++++++++++++++
COP & Times:

PFMIN mm,mm/m64 0FH 0FH 94H


Copyright by InternetNightmare 2005-2006