Searched refs:InternalInstruction (Results 1 – 2 of 2) sorted by relevance
191 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()199 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) { in consume()209 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()213 static bool isREX2(struct InternalInstruction *insn, uint8_t prefix) { in isREX2()222 static int readPrefixes(struct InternalInstruction *insn) { in readPrefixes()549 static int readSIB(struct InternalInstruction *insn) { in readSIB()613 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()644 static int readModRM(struct InternalInstruction *insn) { in readModRM()782 static uint16_t name(struct InternalInstruction *insn, OperandType type, \869 static int fixupReg(struct InternalInstruction *insn, in fixupReg()[all …]
681 struct InternalInstruction { struct