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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp272 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, function
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
592 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
606 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
620 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
635 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
649 Decode3OpInstruction(fieldFromInstruction(Insn, 0, 16), Op1, Op2, Op3);
663 Decode3OpInstruction(fieldFromInstructio
[all...]

Completed in 177 milliseconds