This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1290NCPDT: assembly instruction

Part Number: TM4C1290NCPDT

Hi,

I am using TM4C1290NCPDT customized board & IAR compiler.

https://developer.arm.com/documentation/ddi0403/latest/ I got DDI0403E_e_armv7m_arm.pdf 

I am  looking for the API's absolute - abs(), rotate left - LSL_C(), _prior(), mul32(),div32()

I could find some API's Abs(), LSL_C() ,FPMul() but how to use it .To use these API's required any specific include file or #pragma.I am getting errors if I use it directly.

Floating point FPMul() will support integer mul32 as well?.

Kindly help.