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

/freebsd-10.0-release/sys/ia64/disasm/
H A Ddisasm_int.h49 #define _SLOT(p,i) (_U32(p,i) | (_U32(p,(i)+1)<<32)) macro
50 #define SLOT(p,i) ((_SLOT(p,i) >> (TMPL_BITS+((i)<<3)+(i))) & SLOT_MASK)

Completed in 51 milliseconds