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