MCPcopy 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
74static __inline __pure2 u_int
75bsrl(u_int mask)
76{
77 u_int result;
78
79 __asm("bsrl %1,%0" : "=r" (result) : "rm" (mask) : "cc");
80 return (result);
81}
82
83static __inline void
84clflush(u_long addr)

Callers 2

flsFunction · 0.85
flsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected