What is the effect of the .crel completer when it is suffixed to an IA64 comparison instruction; for example, cmp.crel p1,p2 = r5,r6

What will be an ideal response?


This is a comparison instruction that compares r5 and r6. Completer .crel provides the comparison and p1,p2
registers are set to 0,1 or 1,0 depending on the outcome of the comparison. The comparison completers are:

Unsigned
ltu less than
leu less than or equal
gtu greater than
geu greater than or equal
Signed
eq equal
ne not equal
lt less than
gt greater than
le less than or equal
ge greater than or equal

Computer Science & Information Technology

You might also like to view...

A(n) ____________________ is a combination of letters, numbers, and symbols that verifies your identity.

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

Computer Science & Information Technology

What is the difference between a form with a subform and a split form?

What will be an ideal response?

Computer Science & Information Technology

The ____ button in the Adjust group lets you change a picture's color, brightness, and contrast.

A. Color B. Values C. Corrections D. Hue and Contrast

Computer Science & Information Technology

Languages such as Visual Basic, BASIC, and COBOL use ____ to refer to individual array elements.

A. ( ) B. [ ] C. { } D. < >

Computer Science & Information Technology