TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-122
J
Jump Unconditional
Description
Add the value specified by disp24, sign-extended and multiplied by 2, to the contents of PC and jump to that
address.
Jdisp24 (B)
PC = PC + sign_ext(disp24) * 2;
Jdisp8 (SB)
Status Flags
Examples
j foobar
See Also
JA, JI, JL, JLA, JLI, LOOPU
Add the value specified by disp8, sign-extended and multiplied by 2, to the contents of PC and jump to that
address.
PC = PC + sign_ext(disp8) * 2;
C Not set by this instruction.
V Not set by this instruction.
SV Not set by this instruction.
AV Not set by this instruction.
SAV Not set by this instruction.
j foobar
31
disp24[15:0]
16 15
disp24[23:16]
8 7
1D
H
0