Searched refs:GroupMask (Results 1 – 1 of 1) sorted by relevance
124 #define GroupMask (7<<15) /* Opcode uses one of the group mechanisms */ macro4873 while (ctxt->d & GroupMask) { in x86_decode_insn()4874 switch (ctxt->d & GroupMask) { in x86_decode_insn()4928 ctxt->d &= ~(u64)GroupMask; in x86_decode_insn()