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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp146 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
281 return Decode2RUSInstruction(Inst, Insn, Address, Decoder);
284 return Decode2RUSInstruction(Inst, Insn, Address, Decoder);
317 return Decode2RUSInstruction(Inst, Insn, Address, Decoder);
320 return Decode2RUSInstruction(Inst, Insn, Address, Decoder);
329 return Decode2RUSInstruction(Inst, Insn, Address, Decoder);
562 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, function

Completed in 92 milliseconds