Lines Matching defs:mcInst
1770 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister()
1833 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
1858 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
1880 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate()
1986 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister()
2025 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
2187 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
2224 static void translateFPRegister(MCInst &mcInst, in translateFPRegister()
2235 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister()
2253 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
2316 static bool translateInstruction(MCInst &mcInst, in translateInstruction()