Searched defs:modFromModRM (Results 1 – 3 of 3) sorted by relevance
28 #define modFromModRM(modRM) (((modRM) & 0xc0) >> 6) macro
26 #define modFromModRM(modRM) (((modRM) & 0xc0) >> 6) macro
33 #define modFromModRM(modRM) (((modRM) & 0xc0) >> 6) macro