Searched refs:mandatoryPrefix (Results 1 – 2 of 2) sorted by relevance
292 insn->mandatoryPrefix = byte; in readPrefixes()320 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) in readPrefixes()321 insn->mandatoryPrefix = byte; in readPrefixes()1046 } else if (insn->mandatoryPrefix) in readOpcode()1049 insn->mandatoryPrefix = 0; in readOpcode()1283 } else if (!insn->mandatoryPrefix) { in getInstructionID()1300 switch (insn->mandatoryPrefix) { in getInstructionID()1893 if (!Insn.mandatoryPrefix) { in getInstruction()
692 uint8_t mandatoryPrefix; member