/FreeRTOS-Kernel/portable/MikroC/ARM_CM4F/ |
A D | portmacro.h | 152 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 156 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/ |
A D | portmacro.h | 148 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 152 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/ |
A D | portmacro.h | 151 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 155 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/ |
A D | portmacro.h | 148 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 152 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/MicroBlazeV8/ |
A D | portmacro.h | 131 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 135 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/MicroBlazeV9/ |
A D | portmacro.h | 137 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 141 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | portmacro.h | 327 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 331 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | portmacro.h | 232 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 236 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CRx_No_GIC/ |
A D | portmacro.h | 142 UBaseType_t ulPortCountLeadingZeros( UBaseType_t ulBitmap );
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 544 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 548 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|