Lines Matching defs:mcInst
65 static void translateRegister(MCInst *mcInst, Reg reg) in translateRegister()
92 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex()
116 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex()
140 static void translateImmediate(MCInst *mcInst, uint64_t immediate, in translateImmediate()
315 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister()
353 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory()
545 static bool translateRM(MCInst *mcInst, const OperandSpecifier *operand, in translateRM()
600 static void translateFPRegister(MCInst *mcInst, uint8_t stackPos) in translateFPRegister()
611 static bool translateMaskRegister(MCInst *mcInst, uint8_t maskRegNum) in translateMaskRegister()
630 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand()
681 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction()