Searched defs:MODRM_RM_FIELD (Results 1 – 2 of 2) sorted by relevance
105 #define MODRM_RM_FIELD(modrm) (((modrm) >> 0) & 7) macro