Home | History | Annotate | Download | only in X86

Lines Matching refs:readOpcode

910  * readOpcode - Reads the opcode (excepting the ModR/M byte in the case of
916 static int readOpcode(struct InternalInstruction *insn)
921 // printf(">>> readOpcode() = %x\n", insn->readerCursor);
2349 readOpcode(insn) ||