Searched defs:mcInst (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/capstone/arch/X86/ |
H A D | X86Disassembler.c | 76 static void translateRegister(MCInst *mcInst, Reg reg) in translateRegister() 103 static bool translateSrcIndex(MCInst *mcInst, InternalInstruction *insn) in translateSrcIndex() 127 static bool translateDstIndex(MCInst *mcInst, InternalInstruction *insn) in translateDstIndex() 151 static void translateImmediate(MCInst *mcInst, uint64_t immediate, in translateImmediate() 451 static bool translateRMRegister(MCInst *mcInst, InternalInstruction *insn) in translateRMRegister() 489 static bool translateRMMemory(MCInst *mcInst, InternalInstruction *insn) in translateRMMemory() 681 static bool translateRM(MCInst *mcInst, const OperandSpecifier *operand, in translateRM() 731 static void translateFPRegister(MCInst *mcInst, uint8_t stackPos) in translateFPRegister() 742 static bool translateMaskRegister(MCInst *mcInst, uint8_t maskRegNum) in translateMaskRegister() 761 static bool translateOperand(MCInst *mcInst, const OperandSpecifier *operand, InternalInstruction *… in translateOperand() [all …]
|
/aosp_15_r20/external/llvm/lib/Target/X86/Disassembler/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 1791 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister() 1814 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex() 1839 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex() 1861 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() 1966 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister() 2005 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 2170 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 2207 static void translateFPRegister(MCInst &mcInst, in translateFPRegister() 2218 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister() 2236 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 1756 static void translateRegister(MCInst &mcInst, Reg reg) { in translateRegister() 1819 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) { in translateSrcIndex() 1844 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) { in translateDstIndex() 1866 static void translateImmediate(MCInst &mcInst, uint64_t immediate, in translateImmediate() 1972 static bool translateRMRegister(MCInst &mcInst, in translateRMRegister() 2010 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn, in translateRMMemory() 2170 static bool translateRM(MCInst &mcInst, const OperandSpecifier &operand, in translateRM() 2204 static void translateFPRegister(MCInst &mcInst, in translateFPRegister() 2215 static bool translateMaskRegister(MCInst &mcInst, in translateMaskRegister() 2233 static bool translateOperand(MCInst &mcInst, const OperandSpecifier &operand, in translateOperand() [all …]
|
/aosp_15_r20/external/capstone/ |
H A D | MCInst.c | 146 MCOperand *MCOperand_CreateReg1(MCInst *mcInst, unsigned Reg) in MCOperand_CreateReg1() 156 void MCOperand_CreateReg0(MCInst *mcInst, unsigned Reg) in MCOperand_CreateReg0() 165 MCOperand *MCOperand_CreateImm1(MCInst *mcInst, int64_t Val) in MCOperand_CreateImm1() 175 void MCOperand_CreateImm0(MCInst *mcInst, int64_t Val) in MCOperand_CreateImm0()
|