Searched refs:Decode3RInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp150 static DecodeStatus Decode3RInstruction(MCInst &Inst,
301 return Decode3RInstruction(Inst, Insn, Address, Decoder);
304 return Decode3RInstruction(Inst, Insn, Address, Decoder);
307 return Decode3RInstruction(Inst, Insn, Address, Decoder);
310 return Decode3RInstruction(Inst, Insn, Address, Decoder);
313 return Decode3RInstruction(Inst, Insn, Address, Decoder);
316 return Decode3RInstruction(Inst, Insn, Address, Decoder);
319 return Decode3RInstruction(Inst, Insn, Address, Decoder);
322 return Decode3RInstruction(Inst, Insn, Address, Decoder);
325 return Decode3RInstruction(Ins
550 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, function
[all...]

Completed in 96 milliseconds