Lines Matching defs:mcInst
1794 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister()
1817 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
1842 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
1864 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate()
1969 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister()
2008 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
2173 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
2210 static void translateFPRegister(MCInst &mcInst, in translateFPRegister()
2221 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister()
2239 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
2302 static bool translateInstruction(MCInst &mcInst, in translateInstruction()