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