Lines Matching defs:insn
178 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek()
186 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) { in consume()
199 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { in isREX()
208 static int readPrefixes(struct InternalInstruction *insn) { in readPrefixes()
508 static int readSIB(struct InternalInstruction *insn) { in readSIB()
570 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()
601 static int readModRM(struct InternalInstruction *insn) { in readModRM()
836 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
873 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode()
1017 struct InternalInstruction *insn, in getInstructionIDWithAttrMask()
1065 static int getInstructionID(struct InternalInstruction *insn, in getInstructionID()
1360 static int readOpcodeRegister(struct InternalInstruction *insn, uint8_t size) { in readOpcodeRegister()
1403 static int readImmediate(struct InternalInstruction *insn, uint8_t size) { in readImmediate()
1447 static int readVVVV(struct InternalInstruction *insn) { in readVVVV()
1474 static int readMaskRegister(struct InternalInstruction *insn) { in readMaskRegister()
1487 static int readOperands(struct InternalInstruction *insn) { in readOperands()
1838 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
1863 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
1887 InternalInstruction &insn, in translateImmediate()
1992 InternalInstruction &insn) { in translateRMRegister()
2030 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
2193 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM()
2259 InternalInstruction &insn, in translateOperand()
2322 InternalInstruction &insn, in translateInstruction()