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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp156 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
445 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
448 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
451 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
454 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
457 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
460 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
463 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
466 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);
469 return DecodeL3RInstruction(Ins
588 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, function
[all...]

Completed in 57 milliseconds