Searched refs:mandatoryPrefix (Results 1 – 2 of 2) sorted by relevance
276 insn->mandatoryPrefix = byte; in readPrefixes()304 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) in readPrefixes()305 insn->mandatoryPrefix = byte; in readPrefixes()973 } else if (insn->mandatoryPrefix) in readOpcode()976 insn->mandatoryPrefix = 0; in readOpcode()1153 } else if (!insn->mandatoryPrefix) { in getInstructionID()1170 switch (insn->mandatoryPrefix) { in getInstructionID()1749 if (!Insn.mandatoryPrefix) { in getInstruction()
542 uint8_t mandatoryPrefix; member