Searched defs:X86_MODRM_REG (Results 1 – 2 of 2) sorted by relevance
108 #define X86_MODRM_REG(modrm) (((modrm) & 0x38) >> 3) macro