ARM/Conditional instruction
From Rice Wiki
< ARM
Use conditional flags set by the ALU (N, C, V, Z) stored in the status register.
Append instruction with S to set flags, or use the CMP instruction.
To conditionall execute, append conditional mnemonics. For example, SUBNE executes if not equal (zero flag is not set).