Searched defs:__SHIFTIN (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/include/
H A Dasm.h85 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask)) macro
/netbsd-current/sys/arch/mips/include/
H A Dasm.h71 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask)) macro
/netbsd-current/sys/sys/
H A Dcdefs.h677 #define __SHIFTIN(__x, __mask) ((__x) * __LOWEST_SET_BIT(__mask)) macro

Completed in 246 milliseconds