Lines Matching defs:modrm
231 uint8_t modrm;253 /* Get the modrm byte. */254 modrm = *ip++;257 rm = modrm & 7;258 mod = (modrm >> 6);286 /* MODRM addressing */