Hi Edward
Under CodeWarrior11 install folder, there is file MCU_S12Z_Compiler.pdf. Open this file, take a look at Chapter 17 Supported Intrinsic Functions
"When mixing high level C/C++ code with low level code for better performance, the user can either use inline assembly code or intrinsic function calls. S12Z compiler provides 14 intrinsic that can be used by the user to instruct the compiler to use a specific machine instruction."
The supported functions as as below. Other functions are not supported.

Thanks,
Jun Zhang