TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-135
JLI
Jump and Link Indirect
Description
Store the address of the next instruction in A[11] (return address). Load the contents of address register A[a] into
PC and jump to that address. The least-significant bit is set to zero.
JLIA[a] (RR)
A[11] = PC + 4;
PC = {A[a][31:1], 1’b0};
Status Flags
Examples
jli a2
See Also
J, JI, JA, JL, JLA, 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
-
28 27
02
H
20 19
-
18 17
-
16 15
-
12 11
a
8 7
2D
H
0