Lines Matching refs:__STATIC_FORCEINLINE
50 #ifndef __STATIC_FORCEINLINE
51 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static __inline macro
72 #ifndef __STATIC_FORCEINLINE
73 #define __STATIC_FORCEINLINE __FORCEINLINE __STATIC_INLINE macro
84 #ifndef __STATIC_FORCEINLINE
85 #define __STATIC_FORCEINLINE static __forceinline macro
105 #ifndef __STATIC_FORCEINLINE
106 #define __STATIC_FORCEINLINE __attribute__((always_inline)) static inline macro
164 __STATIC_FORCEINLINE uint8_t CLZ(uint32_t value) in CLZ()
233 __STATIC_FORCEINLINE uint32_t SXTAB16(uint32_t op1, uint32_t op2) in SXTAB16()
241 __STATIC_FORCEINLINE uint32_t SXTB16(uint32_t op1) in SXTB16()
250 __STATIC_FORCEINLINE uint32_t SMLAD(uint32_t op1, uint32_t op2, uint32_t op3) in SMLAD()
258 __STATIC_FORCEINLINE uint32_t ROR(uint32_t op1, uint32_t op2) in ROR()
268 __STATIC_FORCEINLINE uint32_t SXTB16_RORn(uint32_t op1, uint32_t rotate) in SXTB16_RORn()
282 __STATIC_FORCEINLINE uint32_t SXTAB16_RORn(uint32_t op1, uint32_t op2, uint32_t rotate) in SXTAB16_RORn()
297 __STATIC_FORCEINLINE uint32_t SMULBB(uint32_t op1, uint32_t op2) in SMULBB()
305 __STATIC_FORCEINLINE uint32_t SMULTT(uint32_t op1, uint32_t op2) in SMULTT()