Forces the compiler to use the regular instruction set instead of the Variable Length Encoded (VLE) instruction set.
__declspec (vle_off) function_prototype ;
Declaring a function's prototype with this declaration specification tells the compiler to use the regular instruction set defined by the Freescale Book E Implementation Standard (EIS) for Power Architecture processors. The compiler and linker must arrange such instructions more rigidly than VLE instructions, resulting in larger object code.
For information on the availability of VLE instructions, refer to your processor's documentation.
This declaration specification overrides other compiler settings for VLE code generation.