Searched refs:translateInstruction (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 125 static bool translateInstruction(MCInst &target, 235 return (!translateInstruction(Instr, InternalInstr, this)) ? Success : Fail; in getInstruction() 1027 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
|
/external/capstone/arch/X86/ |
D | X86Disassembler.c | 812 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction() function 1039 result = (!translateInstruction(instr, &insn)) ? true : false; in X86_getInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 1655 static bool translateInstruction(MCInst &target, 1725 bool Ret = translateInstruction(Instr, Insn, this); in getInstruction() 2295 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
|
/external/llvm-project/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 1669 static bool translateInstruction(MCInst &target, 1739 bool Ret = translateInstruction(Instr, Insn, this); in getInstruction() 2316 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
|