Searched refs:mandatoryPrefix (Results 1 – 2 of 2) sorted by relevance
289 insn->mandatoryPrefix = byte; in readPrefixes()317 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) in readPrefixes()318 insn->mandatoryPrefix = byte; in readPrefixes()1036 } else if (insn->mandatoryPrefix) in readOpcode()1039 insn->mandatoryPrefix = 0; in readOpcode()1232 } else if (!insn->mandatoryPrefix) { in getInstructionID()1249 switch (insn->mandatoryPrefix) { in getInstructionID()1835 if (!Insn.mandatoryPrefix) { in getInstruction()
685 uint8_t mandatoryPrefix; member