Searched defs:mcInst (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 175 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister() 241 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex() 266 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex() 288 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() 596 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister() 634 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 817 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 871 static void translateFPRegister(MCInst &mcInst, in translateFPRegister() 882 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister() 900 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() [all …]
|