Searched defs:MODRM_REG_FIELD (Results 1 – 2 of 2) sorted by relevance
104 #define MODRM_REG_FIELD(modrm) (((modrm) >> 3) & 7) macro