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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp136 static DecodeStatus Decode3RInstruction(MCInst &Inst,
287 return Decode3RInstruction(Inst, Insn, Address, Decoder);
290 return Decode3RInstruction(Inst, Insn, Address, Decoder);
293 return Decode3RInstruction(Inst, Insn, Address, Decoder);
296 return Decode3RInstruction(Inst, Insn, Address, Decoder);
299 return Decode3RInstruction(Inst, Insn, Address, Decoder);
302 return Decode3RInstruction(Inst, Insn, Address, Decoder);
305 return Decode3RInstruction(Inst, Insn, Address, Decoder);
308 return Decode3RInstruction(Inst, Insn, Address, Decoder);
311 return Decode3RInstruction(Ins
536 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, function
[all...]

Completed in 116 milliseconds