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