Searched refs:__CLZ (Results 1 – 12 of 12) sorted by relevance
236 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
234 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
289 #define __CLZ __clz macro725 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
1943 wshift = __CLZ(ways) & 0x1f; in SCB_EnableDCache()1978 wshift = __CLZ(ways) & 0x1f; in SCB_DisableDCache()2013 wshift = __CLZ(ways) & 0x1f; in SCB_InvalidateDCache()2045 wshift = __CLZ(ways) & 0x1f; in SCB_CleanDCache()2077 wshift = __CLZ(ways) & 0x1f; in SCB_CleanInvalidateDCache()
516 #define __CLZ __clz macro521 static __INLINE uint32_t __CLZ(525 static __INLINE uint32_t __CLZ( in __CLZ() function559 signBits = __CLZ(in) - 1; in arm_recip_q31()563 signBits = __CLZ(-in) - 1; in arm_recip_q31()610 signBits = __CLZ(in) - 17; in arm_recip_q15()614 signBits = __CLZ(-in) - 17; in arm_recip_q15()
237 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
463 #define __CLZ __clz macro
540 static __INLINE uint32_t __CLZ(543 static __INLINE uint32_t __CLZ( in __CLZ() function575 signBits = ((uint32_t) (__CLZ( in) - 1)); in arm_recip_q31()579 signBits = ((uint32_t) (__CLZ(-in) - 1)); in arm_recip_q31()626 signBits = ((uint32_t)(__CLZ( in) - 17)); in arm_recip_q15()630 signBits = ((uint32_t)(__CLZ(-in) - 17)); in arm_recip_q15()
554 #define __CLZ __builtin_clz macro
903 #define __CLZ __builtin_clz macro