/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
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()
|
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/ |
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()
|
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/ |
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()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | portmacro.h | 318 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 322 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | portmacro.h | 224 …attribute__( ( always_inline ) ) static inline uint8_t ucPortCountLeadingZeros( uint32_t ulBitmap ) in ucPortCountLeadingZeros() argument 228 __asm volatile ( "clz %0, %1" : "=r" ( ucReturn ) : "r" ( ulBitmap ) : "memory" ); in ucPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 478 static portFORCE_INLINE uint32_t ulPortCountLeadingZeros( uint32_t ulBitmap ) in ulPortCountLeadingZeros() argument 482 __asm volatile ( "clz %0, %1" : "=r" ( ulReturn ) : "r" ( ulBitmap ) : "memory" ); in ulPortCountLeadingZeros()
|