Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bsrl
Function
bsrl
freebsd/i386/include/cpufunc.h:74–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
static __inline __pure2 u_int
75
bsrl(u_int mask)
76
{
77
u_int result;
78
79
__asm(
"bsrl %1,%0"
:
"=r"
(result) :
"rm"
(mask) :
"cc"
);
80
return (result);
81
}
82
83
static __inline void
84
clflush(u_long addr)
Callers
2
fls
Function · 0.85
fls
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected