Searched refs:mandatoryPrefix (Results 1 – 2 of 2) sorted by relevance
293 insn->mandatoryPrefix = byte; in readPrefixes()321 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) in readPrefixes()322 insn->mandatoryPrefix = byte; in readPrefixes()1054 } else if (insn->mandatoryPrefix) in readOpcode()1057 insn->mandatoryPrefix = 0; in readOpcode()1295 } else if (!insn->mandatoryPrefix) { in getInstructionID()1312 switch (insn->mandatoryPrefix) { in getInstructionID()1905 if (!Insn.mandatoryPrefix) { in getInstruction()
699 uint8_t mandatoryPrefix; member