Lines Matching defs:mcInst
76 static void translateRegister(MCInst *mcInst, Reg reg) in translateRegister()
103 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex()
127 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex()
151 static void translateImmediate(MCInst *mcInst, uint64_t immediate, in translateImmediate()
451 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister()
489 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory()
681 static bool translateRM(MCInst *mcInst, const OperandSpecifier *operand, in translateRM()
731 static void translateFPRegister(MCInst *mcInst, uint8_t stackPos) in translateFPRegister()
742 static bool translateMaskRegister(MCInst *mcInst, uint8_t maskRegNum) in translateMaskRegister()
761 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand()
812 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction()