ARM VERSION 1.2 User Manual
Page 227

Thumb Instruction Reference
ARM DUI 0068B
Copyright © 2000, 2001 ARM Limited. All rights reserved.
5-33
Table 5-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 <=