Searched defs:X86_SIB_SCALE (Results 1 – 2 of 2) sorted by relevance
111 #define X86_SIB_SCALE(sib) (((sib) & 0xc0) >> 6) macro