Searched refs:InternalInstruction (Results 1 – 2 of 2) sorted by relevance
190 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()198 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) { in consume()208 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()212 static bool isREX2(struct InternalInstruction *insn, uint8_t prefix) { in isREX2()221 static int readPrefixes(struct InternalInstruction *insn) { in readPrefixes()545 static int readSIB(struct InternalInstruction *insn) { in readSIB()609 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()640 static int readModRM(struct InternalInstruction *insn) { in readModRM()778 static uint16_t name(struct InternalInstruction *insn, OperandType type, \861 static int fixupReg(struct InternalInstruction *insn, in fixupReg()[all …]
674 struct InternalInstruction { struct