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