Searched refs:mandatoryPrefix (Results 1 – 3 of 3) sorted by relevance
316 insn->mandatoryPrefix = prefix; in setPrefixPresent()323 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) in setPrefixPresent()324 insn->mandatoryPrefix = prefix; in setPrefixPresent()745 } else if (insn->mandatoryPrefix) in readOpcode()748 insn->mandatoryPrefix = 0; in readOpcode()938 } else if (!insn->mandatoryPrefix) { in getID()955 switch (insn->mandatoryPrefix) { in getID()
550 uint8_t mandatoryPrefix; member
241 if (!InternalInstr.mandatoryPrefix) { in getInstruction()