iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE sint32 | __adds (sint32 a, sint32 b) |
IFX_INLINE uint32 | __addsu (uint32 a, uint32 b) |
IFX_INLINE sint32 | __subs (sint32 a, sint32 b) |
IFX_INLINE uint32 | __subsu (uint32 a, uint32 b) |
These intrinsics support saturation arithmetic
IFX_INLINE sint32 __adds | ( | sint32 | a, |
sint32 | b | ||
) |
add signed with saturation
Definition at line 1292 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE uint32 __addsu | ( | uint32 | a, |
uint32 | b | ||
) |
add unsigned with saturation
Definition at line 1301 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE sint32 __subs | ( | sint32 | a, |
sint32 | b | ||
) |
substract signed with saturation
Definition at line 1310 of file IfxCpu_IntrinsicsGnuc.h.
IFX_INLINE uint32 __subsu | ( | uint32 | a, |
uint32 | b | ||
) |
substract unsigned with saturation
Definition at line 1319 of file IfxCpu_IntrinsicsGnuc.h.