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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, function
539 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
552 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
565 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
578 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
592 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
606 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
621 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
635 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
649 Decode3OpInstruction(fieldFromInstructio
[all...]

Completed in 58 milliseconds