Home
last modified time | relevance | path

Searched refs:translateInstruction (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp125 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/
DX86Disassembler.c812 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/
DX86Disassembler.cpp1655 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/
DX86Disassembler.cpp1669 static bool translateInstruction(MCInst &target,
1739 bool Ret = translateInstruction(Instr, Insn, this); in getInstruction()
2316 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function