TriCore
®
 TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07 
User Manual (Volume 2) 3-179
 
LT.A
Less Than Address
Description
If the contents of address register A[a] are less than the contents of address register A[b], set the least-significant 
bit of D[c] to one and clear the remaining bits to zero; otherwise clear all bits in D[c]. The operands are treated as 
unsigned 32-bit integers. 
LT.AD[c], A[a], A[b] (RR)
D[c] = (A[a] < A[b]); // unsigned
Status Flags
Examples
lt.a   d3, a4, a2
See Also
EQ.A, EQZ.A, GE.A, NE, NEZ.A
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
c
28 27
42
H
20 19
-
18 17
-
16 15
b
12 11
a
8 7
01
H
0