Searched defs:mcInst (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 152 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister() 170 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() 265 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister() 303 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn) { in translateRMMemory() 442 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 493 static bool translateFPRegister(MCInst &mcInst, in translateFPRegister() 512 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() 569 static bool translateInstruction(MCInst &mcInst, in translateInstruction()
|
| /external/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 248 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister() 314 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex() 339 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex() 361 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() 669 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister() 707 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 890 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 943 static void translateFPRegister(MCInst &mcInst, in translateFPRegister() 954 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister() 972 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() [all …]
|