Searched refs:translateInstruction (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 67 static bool translateInstruction(MCInst &target, 139 return (!translateInstruction(instr, internalInstr)) ? Success : Fail; in getInstruction() 569 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
|
/external/capstone/arch/X86/ |
D | X86Disassembler.c | 681 static bool translateInstruction(MCInst *mcInst, InternalInstruction *insn) in translateInstruction() function 836 result = (!translateInstruction(instr, &insn)) ? true : false; in X86_getInstruction()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 126 static bool translateInstruction(MCInst &target, 236 bool Ret = translateInstruction(Instr, InternalInstr, this); in getInstruction() 1008 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
|