Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Compiler Command-line Options > --conditionalize, --no_conditionalize |
Enables and disables the generation of conditional instructions, that is instructions with the condition code suffix.
--conditionalize
enables the compiler to
generate conditional instructions such as ADDEQ
and LDRGE
.--no_conditionalize
,
the compiler does not generate conditional instructions such as ADDEQ
and LDRGE
.
It generates conditional branch instructions such as BEQ
and BLGE
to
execute conditional code. The only instructions that can be conditional
are B
, BL
, BX
, BLX
, and BXJ
.--conditionalize
.