reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
453 if (consumeByte(insn, &byte1)) { 463 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) && 464 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) { 473 insn->vectorExtensionPrefix[1] = byte1;