arm_cc

ARM condition code

Values

ValueMeaning
ARM_CC_INVALID0
ARM_CC_EQ1

< Equal Equal

ARM_CC_NE2

< Not equal Not equal, or unordered

ARM_CC_HS3

< Carry set >, ==, or unordered

ARM_CC_LO4

< Carry clear Less than

ARM_CC_MI5

< Minus, negative Less than

ARM_CC_PL6

< Plus, positive or zero >, ==, or unordered

ARM_CC_VS7

< Overflow Unordered

ARM_CC_VC8

< No overflow Not unordered

ARM_CC_HI9

< Unsigned higher Greater than, or unordered

ARM_CC_LS10

< Unsigned lower or same Less than or equal

ARM_CC_GE11

< Greater than or equal Greater than or equal

ARM_CC_LT12

< Less than Less than, or unordered

ARM_CC_GT13

< Greater than Greater than

ARM_CC_LE14

< Less than or equal <, ==, or unordered

ARM_CC_AL15

< Always (unconditional) Always (unconditional)

Meta