What is the effect of PCMPGTW MM0,MM1?

What will be an ideal response?


PCMPGTW is packed compare?greater?than?word which means that it’s a parallel MMX operation arranged as
four 16?bit values in a 64?bit MMX register. The comparison is for greater than. The second operand
(destination) is compared with the first (source). If the destination operand is greater than the source operand
then 0xFFFF is written to the corresponding byte in the register, otherwise 0x0000 is written.

Computer Science & Information Technology

You might also like to view...

All c-strings must be terminated by ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A loop has a(n) ________________________ when, on each iteration, the remaining problem size is reduced by one half until the problem size becomes 1.

A. constant time complexity B. quadratic time complexity C. logarithmic time complexity D. linear time complexity

Computer Science & Information Technology

For the __________ subtype the order of the parts is not significant.

A. multipart/mixed B. multipart/digest C. multipart/alternative D. multipart/parallel

Computer Science & Information Technology

Fault ________ systems often use redundant hardware, such as additional hard drives or additional servers to eliminate a single pointof failure

Fill in the blank(s) with correct word

Computer Science & Information Technology