Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86Disassembler.cpp67 static bool translateInstruction(MCInst &target,
139 return (!translateInstruction(instr, internalInstr)) ? Success : Fail; in getInstruction()
569 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function
/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