• Home
  • Raw
  • Download

Lines Matching refs:InternalInstruction

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()
507 static int readSIB(struct InternalInstruction *insn) { in readSIB()
569 static int readDisplacement(struct InternalInstruction *insn) { in readDisplacement()
600 static int readModRM(struct InternalInstruction *insn) { in readModRM()
739 static uint16_t name(struct InternalInstruction *insn, OperandType type, \
835 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
872 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode()
1016 struct InternalInstruction *insn, in getInstructionIDWithAttrMask()
1064 static int getInstructionID(struct InternalInstruction *insn, in getInstructionID()
1355 static int readOpcodeRegister(struct InternalInstruction *insn, uint8_t size) { in readOpcodeRegister()
1398 static int readImmediate(struct InternalInstruction *insn, uint8_t size) { in readImmediate()
1442 static int readVVVV(struct InternalInstruction *insn) { in readVVVV()
1469 static int readMaskRegister(struct InternalInstruction *insn) { in readMaskRegister()
1482 static int readOperands(struct InternalInstruction *insn) { in readOperands()
1670 InternalInstruction &source,
1719 InternalInstruction Insn; in getInstruction()
1720 memset(&Insn, 0, sizeof(InternalInstruction)); in getInstruction()
1833 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
1858 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
1882 InternalInstruction &insn, in translateImmediate()
1987 InternalInstruction &insn) { in translateRMRegister()
2025 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
2188 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM()
2254 InternalInstruction &insn, in translateOperand()
2317 InternalInstruction &insn, in translateInstruction()