iLLD_TC27xC  1.0
Minimum and Maximum of (Short) Integers
Collaboration diagram for Minimum and Maximum of (Short) Integers:

Functions

asm volatile void __non_return_call (void(*fun)(void))
 
asm volatile void __jump_and_link (void(*fun)(void))
 

Detailed Description

These intrinsic functions return the minimum or maximum of a signed integer, unsigned integer or short integer.

Function Documentation

asm volatile void __jump_and_link ( void(*)(void)  fun)

Jump and link

Definition at line 49 of file IfxCpu_IntrinsicsDcc.h.

asm volatile void __non_return_call ( void(*)(void)  fun)

Function call without return

Definition at line 41 of file IfxCpu_IntrinsicsDcc.h.

Referenced by _Core0_start(), _Core1_start(), _Core2_start(), and _START().