Home
last modified time | relevance | path

Searched refs:translateInstruction (Results 1 – 4 of 4) 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/capstone/arch/X86/
DX86Disassembler.c681 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/
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp126 static bool translateInstruction(MCInst &target,
236 bool Ret = translateInstruction(Instr, InternalInstr, this); in getInstruction()
1008 static bool translateInstruction(MCInst &mcInst, in translateInstruction() function