Searched refs:clrsb32 (Results 1 – 5 of 5) sorted by relevance
133 return clrsb32(arg); in HELPER()
282 static inline int clrsb32(uint32_t val) in clrsb32() function
1774 ret_hw0 = clrsb32(ret_hw0 << 16); in helper_cls_h()1775 ret_hw1 = clrsb32(ret_hw1 << 16); in helper_cls_h()
800 #define DO_CLS_B(N) (clrsb32(N) - 24)801 #define DO_CLS_H(N) (clrsb32(N) - 16)805 DO_1OP(vclsw, 4, int32_t, clrsb32)
845 #define DO_CLS_B(N) (clrsb32(N) - 24)846 #define DO_CLS_H(N) (clrsb32(N) - 16)850 DO_ZPZ(sve_cls_s, int32_t, H1_4, clrsb32)