Searched defs:__BITS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Dasm.h36 #define __BITS(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo))) macro
/netbsd-current/sys/arch/arm/include/
H A Dasm.h81 #define __BITS(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo))) macro
/netbsd-current/sys/arch/mips/include/
H A Dasm.h67 #define __BITS(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo))) macro
/netbsd-current/sys/sys/
H A Dcdefs.h663 #define __BITS(__m, __n) \ macro

Completed in 92 milliseconds