Lines Matching refs:MM
180 #define COUNTLS1(MM) \
181 COUNTLS2 (MM)
183 #define COUNTLS2(MM) \
184 extern int __countls## MM ##2 (int_## MM ##_t); \
185 extern int __clrsb## MM ##2 (int_## MM ##_t); \
188 __countls## MM ##2 (int_## MM ##_t x) \
193 return __clrsb## MM ##2 (x); \
209 #define COUNTLS1(MM) \
210 COUNTLS2 (MM)
212 #define COUNTLS2(MM) \
213 extern int __countlsu## MM ##2 (uint_## MM ##_t); \
216 __countlsu## MM ##2 (uint_## MM ##_t x) \
224 return clz_## MM ##2 (x); \