TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-178
LT.UD[c], D[a], const9 (RC)
result = (D[a] < zero_ext(const9)); // unsigned
D[c] = zero_ext(result);
LT.UD[c], D[a], D[b] (RR)
result = (D[a] < D[b]); // unsigned
D[c] = zero_ext(result);
Status Flags
Examples
lt d3, d1, d2
lt d3, d1, #126
lt.u d3, d1, d2
lt.u d3, d1, #253
See Also
EQ, GE, GE.U, NE, EQANY.B, EQANY.H
C Not set by these instructions.
V Not set by these instructions.
SV Not set by these instructions.
AV Not set by these instructions.
SAV Not set by these instructions.
lt d15, d1, d2
lt d15, d1, #6
31
c
28 27
13
H
21 20
const9
12 11
a
8 7
8B
H
0
31
c
28 27
13
H
20 19
-
18 17
-
16 15
b
12 11
a
8 7
0B
H
0