Searched refs:ffsl (Results 1 – 18 of 18) sorted by relevance
9 static __forceinline int ffsl(long x) { in ffsl() function19 return ffsl(x); in ffs()54 # define ffsl(x) __builtin_ffsl(x) macro
12 declare i32 @ffsl(i32)26 %ret = call i32 @ffsl(i32 0)63 %ret = call i32 @ffsl(i32 65536)118 %ret = call i32 @ffsl(i32 %x)
42 declare i32 @ffsl(i64)266 %ret = call i32 @ffsl(i64 %y)268 ; CHECK: call i32 @ffsl
4 int ffsl(long i) in ffsl() function
25 int ffsl (long);
77 P(ffsl, (N)); in main()
1297 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found.1301 dnl ffsl() or __builtin_ffsl() are defined, respectively.1317 JE_COMPILABLE([a program using ffsl], [1323 int rv = ffsl(0x08);1329 AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl])1332 AC_MSG_ERROR([Cannot build without ffsl(3) or __builtin_ffsl()])
9979 int rv = ffsl(0x08);
225 ; CHECK: declare void @ffsl(...)226 declare void @ffsl(...)
244 ; CHECK: declare i32 @ffsl(i64)245 declare i32 @ffsl(i64)
461 /// int ffsl(long int i);462 TLI_DEFINE_ENUM_INTERNAL(ffsl)463 TLI_DEFINE_STRING_INTERNAL("ffsl")
346 TLI.setUnavailable(LibFunc::ffsl); in initialize()954 case LibFunc::ffsl: in isValidProtoForLibFunc()
706 /// int ffsl(long int i);707 TLI_DEFINE_ENUM_INTERNAL(ffsl)708 TLI_DEFINE_STRING_INTERNAL("ffsl")
3699 ffsl(lg as ::c_long - 1)4161 pub fn ffsl(value: ::c_long) -> ::c_int; in ffsl() function
2042 case LibFunc::ffsl: in optimizeCall()
555 "src/misc/ffsl.c",
1705 fun:ffsl=uninstrumented
530 PUBLIC 846f0 0 ffsl