Home
last modified time | relevance | path

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

/external/capstone/arch/X86/
DX86Disassembler.c65 static void translateRegister(MCInst *mcInst, Reg reg) in translateRegister()
92 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex()
116 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex()
140 static void translateImmediate(MCInst *mcInst, uint64_t immediate, in translateImmediate()
315 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister()
353 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory()
545 static bool translateRM(MCInst *mcInst, const OperandSpecifier *operand, in translateRM()
600 static void translateFPRegister(MCInst *mcInst, uint8_t stackPos) in translateFPRegister()
611 static bool translateMaskRegister(MCInst *mcInst, uint8_t maskRegNum) in translateMaskRegister()
630 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86Disassembler.cpp152 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/
DX86Disassembler.cpp248 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp268 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister()
331 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex()
356 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex()
378 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate()
689 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister()
727 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory()
887 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM()
920 static void translateFPRegister(MCInst &mcInst, in translateFPRegister()
931 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister()
949 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand()
[all …]
/external/capstone/
DMCInst.c140 MCOperand *MCOperand_CreateReg1(MCInst *mcInst, unsigned Reg) in MCOperand_CreateReg1()
150 void MCOperand_CreateReg0(MCInst *mcInst, unsigned Reg) in MCOperand_CreateReg0()
159 MCOperand *MCOperand_CreateImm1(MCInst *mcInst, int64_t Val) in MCOperand_CreateImm1()
169 void MCOperand_CreateImm0(MCInst *mcInst, int64_t Val) in MCOperand_CreateImm0()