Searched defs:modRM_byte (Results 1 – 2 of 2) sorted by relevance
44 struct modRM_byte { struct45 unsigned int mod : 2;46 unsigned int reg : 3;47 unsigned int rm : 3;
50 struct modRM_byte { struct64 static void byte_decode(unsigned char b, struct modRM_byte *modrm) { argument