TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-111
GE.A
Greater Than or Equal Address
Description
If the contents of address register A[a] are greater than or equal to 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]. Operands
are treated as unsigned 32-bit integers.
GE.AD[c], A[a], A[b] (RR)
D[c] = (A[a] >= A[b]); // unsigned
Status Flags
Examples
ge.a d3, a4, a2
See Also
EQ.A, EQZ.A, LT.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
43
H
20 19
-
18 17
-
16 15
b
12 11
a
8 7
01
H
0