Thumb Instruction Reference
ARM DUI 0068B Copyright © 2000, 2001 ARM Limited. All r ights reserved. 5-33
Table5-2 Condition codes for Thumb B instruction
Suffix Flags Meaning
EQ Z
set Equal
NE Z
clear Not equal
CS/HS C
set Higher or same (unsigned >= )
CC/LO C
clear Lower (unsigned < )
MI N
set Negative
PL N
clear Positive or zero
VS V
set Overflow
VC V
clear No overflow
HI C
set and
Z
clear Higher (unsigned <= )
LS C
clear or
Z
set Lower or same (unsigned <= )
GE N
and
V
the same Signed >=
LT N
and
V
different Signed <
GT Z
clear, and
N
and
V
the same Signed >
LE Z
set, or
N
and
V
different Signed <=