reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
241 if (!InternalInstr.mandatoryPrefix) {
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp316 insn->mandatoryPrefix = prefix; 323 if (!insn->mandatoryPrefix && (nextByte == 0x0f || isREX(insn, nextByte))) 324 insn->mandatoryPrefix = prefix; 744 } else if (insn->mandatoryPrefix) 747 insn->mandatoryPrefix = 0; 937 } else if (!insn->mandatoryPrefix) { 954 switch (insn->mandatoryPrefix) {