Home
last modified time | relevance | path

Searched defs:mcInst (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1771 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister()
1834 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
1859 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
1881 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate()
1987 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister()
2026 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
2188 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
2225 static void translateFPRegister(MCInst &mcInst, in translateFPRegister()
2236 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister()
2254 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
[all …]