MMX instruction to add packed words with unsigned saturation.

A MMX register or 64 bit memory location is added to a MMX register, word-wise, with signed saturation. word values which would be over 65535 are clamped to 65535; negative values become 0.

Compare PADDUSB, PADDUSD, PADDSW, PADDW.

Log in or register to write something here or to contact authors.