Searched refs:IF_IMM (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/sparc64/include/
H A Dinstr.h216 #define IF_IMM(i, w) IF_EXTRACT((i), IF_IMM_SHIFT, (w)) macro
217 #define IF_SIMM(i, w) ({ u_long b = (w), x = IF_IMM((i), b); IF_SEXT((x), b); })

Completed in 60 milliseconds