Controlling VLE code generation shows how to control VLE (Variable Length Encoding) code generation.
| To control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Select Zen in the Processor drop-down list box of the Properties > C/C++ Build > Settings > Tool Settings > PowerPC CPU panel, then check Generate VLE ISEL Instructions in Properties > C/C++ Build > Settings > Tool Settings > PowerPC Compiler > Processor panel. |
| C/C++ source code | __declspec(vle_on) __declspec(vle_off) |
| command line | -vle |