Intel ITANIUM ARCHITECTURE - SOFTWARE DEVELOPERS MANUAL VOLUME 1 REV 2.3 Manual page 1541

Hide thumbs Also See for ITANIUM ARCHITECTURE - SOFTWARE DEVELOPERS MANUAL VOLUME 1 REV 2.3:
Table of Contents

Advertisement

Jcc—Jump if Condition Is Met
Opcode
77 cb
73 cb
72 cb
76 cb
72 cb
E3 cb
E3 cb
74 cb
7F cb
7D cb
7C cb
7E cb
76 cb
72 cb
73 cb
77 cb
73 cb
75 cb
7E cb
7C cb
7D cb
7F cb
71 cb
7B cb
79 cb
75 cb
70 cb
7A cb
7A cb
7B cb
78 cb
74 cb
0F 87 cw/cd
0F 83 cw/cd
0F 82 cw/cd
0F 86 cw/cd
0F 82 cw/cd
0F 84 cw/cd
0F 84 cw/cd
0F 8F cw/cd
Volume 4: Base IA-32 Instruction Reference
Instruction
Description
JA rel8
Jump short if above (CF=0 and ZF=0)
JAE rel8
Jump short if above or equal (CF=0)
JB rel8
Jump short if below (CF=1)
JBE rel8
Jump short if below or equal (CF=1 or ZF=1)
JC rel8
Jump short if carry (CF=1)
JCXZ rel8
Jump short if CX register is 0
JECXZ rel8
Jump short if ECX register is 0
JE rel8
Jump short if equal (ZF=1)
JG rel8
Jump short if greater (ZF=0 and SF=OF)
JGE rel8
Jump short if greater or equal (SF=OF)
JL rel8
Jump short if less (SF<>OF)
JLE rel8
Jump short if less or equal (ZF=1 or SF<>OF)
JNA rel8
Jump short if not above (CF=1 or ZF=1)
JNAE rel8
Jump short if not above or equal (CF=1)
JNB rel8
Jump short if not below (CF=0)
JNBE rel8
Jump short if not below or equal (CF=0 and ZF=0)
JNC rel8
Jump short if not carry (CF=0)
JNE rel8
Jump short if not equal (ZF=0)
JNG rel8
Jump short if not greater (ZF=1 or SF<>OF)
JNGE rel8
Jump short if not greater or equal (SF<>OF)
JNL rel8
Jump short if not less (SF=OF)
JNLE rel8
Jump short if not less or equal (ZF=0 and SF=OF)
JNO rel8
Jump short if not overflow (OF=0)
JNP rel8
Jump short if not parity (PF=0)
JNS rel8
Jump short if not sign (SF=0)
JNZ rel8
Jump short if not zero (ZF=0)
JO rel8
Jump short if overflow (OF=1)
JP rel8
Jump short if parity (PF=1)
JPE rel8
Jump short if parity even (PF=1)
JPO rel8
Jump short if parity odd (PF=0)
JS rel8
Jump short if sign (SF=1)
JZ rel8
Jump short if zero (ZF = 1)
JA rel16/32
Jump near if above (CF=0 and ZF=0)
JAE rel16/32
Jump near if above or equal (CF=0)
JB rel16/32
Jump near if below (CF=1)
JBE rel16/32
Jump near if below or equal (CF=1 or ZF=1)
JC rel16/32
Jump near if carry (CF=1)
JE rel16/32
Jump near if equal (ZF=1)
JZ rel16/32
Jump near if 0 (ZF=1)
JG rel16/32
Jump near if greater (ZF=0 and SF=OF)
4:239

Advertisement

Table of Contents
loading

This manual is also suitable for:

Itanium architecture 2.3

Table of Contents