TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-347
new_index = new_index < 0 ? new_index + length : new_index % length;
A[b+1] = {length[15:0], new_index[15:0]};
ST.AA[b], off10, A[a] (BO)(Post-increment Addressing Mode)
EA = A[b];
M(EA, word) = A[a];
A[b] = EA + sign_ext(off10);
ST.AA[b], off10, A[a] (BO)(Pre-increment Addressing Mode)
EA = A[b] + sign_ext(off10);
M(EA, word) = A[a];
A[b] = EA;
ST.AA[b], off16, A[a] (BOL)(Base + Long Offset Addressing Mode)
EA = A[b] + sign_ext(off16);
M(EA, word) = A[a];
ST.AA[10], const8, A[15] (SC)
ST.AA[b], off4, A[15] (SRO)
ST.AA[b], A[a] (SSR)
M(A[10] + zero_ext(4 * const8), word) = A[15];
M(A[b] + zero_ext(4 * off4), word) = A[15];
M(A[b], word) = A[a];
31
off10[9:6]
28 27
06
H
22 21
off10[5:0]
16 15
b
12 11
a
8 7
89
H
0
31
off10[9:6]
28 27
16
H
22 21
off10[5:0]
16 15
b
12 11
a
8 7
89
H
0
31
off16[9:6]
28 27
off16[15:10]
22 21
off16[5:0]
16 15
b
12 11
a
8 7
B5
H
0