Lines Matching refs:InternalInstruction
92 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex()
116 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex()
141 const OperandSpecifier *operand, InternalInstruction *insn) in translateImmediate()
315 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister()
353 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory()
546 InternalInstruction *insn) in translateRM()
630 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand()
681 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction()
729 static void update_pub_insn(cs_insn *pub, InternalInstruction *inter, uint8_t *prefixes) in update_pub_insn()
790 InternalInstruction insn; in X86_getInstruction()
799 memset(&insn, 0, offsetof(InternalInstruction, reader)); in X86_getInstruction()