Home
last modified time | relevance | path

Searched refs:IF_MASK (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/os/arch/sparc/
H A Dinstr.h146 #define IF_MASK(s, w) (((1 << (w)) - 1) << (s)) macro
147 #define IF_EXTRACT(x, s, w) (((x) & IF_MASK((s), (w))) >> (s))