TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-132
JL
Jump and Link
Description
Store the address of the next instruction in A[11] (return address). Add the value specified by disp24, sign-
extended and multiplied by 2, to the contents of PC and jump to that address.
JLdisp24 (B)
A[11] = PC + 4;
PC = PC + sign_ext(disp24) * 2;
Status Flags
Examples
jl foobar
See Also
J, JI, JA, JLA, JLI, CALLA, FCALL, FCALLA, LOOPU
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.
31
disp24[15:0]
16 15
disp24[23:16]
8 7
5D
H
0